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
- Host: GitHub
- URL: https://github.com/hiimlawtsimp1e/microfoodordering
- Owner: HiImLawtSimp1e
- License: mit
- Created: 2025-01-15T09:25:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T11:46:07.000Z (4 months ago)
- Last Synced: 2025-02-08T12:28:05.090Z (4 months ago)
- Topics: asp-net-core, asp-net-core-mvc, asp-net-core-web-api, c-sharp, dependency-injection, ef-core, microservices, net-8-0
- Language: C#
- Homepage:
- Size: 984 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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