jeremydiot / mds_dotnet_traiteur_a_tout_heure

Repository from Github https://github.comjeremydiot/mds_dotnet_traiteur_a_tout_heureRepository from Github https://github.comjeremydiot/mds_dotnet_traiteur_a_tout_heure

Traiteur à tout'heure

Contributors

  • GOUPIL Alban
  • GEORGES Jérôme
  • DIOT Jérémy

Requirements

  • VsCode
  • Docker and docker-compose
  • C# / .NET 7
  • Ports 5000, 5001 and 5002 are free

Project Organization

API URLs

API stock : http://localhost:5000
API recipe : http://localhost:5001
API order : http://localhost:5002

Start project

All APIs

# from project root folder
docker compose up  # start APIs in docker containers

One API

# from api folders OrderApi/ RecipeApi/ StockApi/
dotnet restore # install dependencies
dotnet run  # start server

About

License:MIT License


Languages

Language:C# 97.0%Language:Dockerfile 1.9%Language:Shell 1.1%