- GOUPIL Alban
- GEORGES Jérôme
- DIOT Jérémy
- VsCode
- Docker and docker-compose
- C# / .NET 7
- Ports 5000, 5001 and 5002 are free
-
Three REST API ASP.NET projects
- OrderApi/
- RecipeApi/
- StockApi/
-
Documentation docs/
- Databases.pdf databases schema
- Routes.pdf api routes specification
- postman_collection.json postman configuration for api routes testing
API stock : http://localhost:5000
API recipe : http://localhost:5001
API order : http://localhost:5002
# from project root folder
docker compose up # start APIs in docker containers
# from api folders OrderApi/ RecipeApi/ StockApi/
dotnet restore # install dependencies
dotnet run # start server