This is my simple excercise to learn Microservices
- Step 1.
Clone the project
git clone https://github.com/HiImLawtSimp1e/CleanVillaBookingProject.git
- 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" },
- Step 3. Run project. The migration is updated automatically