An open API service indexing awesome lists of open source software.

https://github.com/hiimlawtsimp1e/microfoodordering

ASP.NET Core 8.0, EF Core ORM, Microservices
https://github.com/hiimlawtsimp1e/microfoodordering

asp-net-core asp-net-core-mvc asp-net-core-web-api c-sharp dependency-injection ef-core microservices net-8-0

Last synced: 3 months ago
JSON representation

ASP.NET Core 8.0, EF Core ORM, Microservices

Awesome Lists containing this project

README

        

# Microservices Food Ordering Project

This is my simple excercise to learn Microservices

## 🚀 Quick start

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