Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 354 Bytes

File metadata and controls

15 lines (11 loc) · 354 Bytes

Mongo-Python

Start programm

docker compose up --build

The website runs on http://localhost:9661/ if not configured different

Start without Docker

On Windows

python -m venv env-pymongo-fastapi-crud

. env-pymongo-fastapi-crud\Scripts\Activate.ps1

Install Dependencies

pip install -r requirements.txt

python -m uvicorn main:app --reload