Skip to content

HiImLawtSimp1e/MicroFoodOrdering

Repository files navigation

Microservices Food Ordering Project

This is my simple excercise to learn Microservices

🚀 Quick start

  1. Step 1. Clone the project
    git clone https://github.com/HiImLawtSimp1e/CleanVillaBookingProject.git
  2. Step 2. Change ConnectionStrings appsettings.json in the API services
    (Auth API,Coupon API,Product API,Order API,ShoppingCart API)
     "ConnectionStrings": {
    "DefaultConnection": "server=<Your Data Source>;database=<Your Database Name>;trusted_connection=true"
    },
  3. Step 3. Run project. The migration is updated automatically

About

Simple Exercise: implementing Microservices by ASP.NET Core 8.0, EF Core ORM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages