Hi dear master, this project meant to be a base project for our backend services with python and FastAPI stack, if you want, you can clone this one to start working.
- You got to have docker and docker compose already installed in your computer.
- Clone the project and go to the base project :).
- Run docker-compose build.
- Run docker-compose run --service-ports --rm app
- It's working in localhost:8000
- You got to have docker and docker compose already installed in your computer.
- Clone the project and go to the base project :).
- Run docker-compose build.
- Run docker-compose up -d
- It's working in localhost:80