Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 213 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 213 Bytes

trek_bkk_backend

install package: pip install -r requirements.txt create .env file with 3 fields: MONGO_USER_NAME, MONGO_PASSWORD and GOOGLE_API_KEY run server with command: uvicorn main:app --reload