- Build the project
docker-compose build- Start the project
docker-compose up -d- Watch logs
docker-compose logs -f appThis command will start the FastAPI server on port 8000, the MongoDB service on port 27017 and Mongo admin panel on port 8081.
You can navigate to http://localhost:8000/docs in your browser to access the automatically generated API documentation.
poetry install
poetry shell
sh ./scripts/launch.sh