Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 499 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 499 Bytes

Aviation Management API

How to run this API

  • preparations
  1. install docker
  2. install dotnet core
  3. install docker-compose pip install docker-compose
  • clone the repo
git clone https://github.com/jason-xuan/AviationManagement.git
  • build the project
cd AviationManagement
dotnet restore ./AviationManagement.sln
dotnet publish ./AviationManagement.sln -c Release -o ./obj/Docker/publish
  • docker options
sudo docker-compose up