Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 253 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 253 Bytes

Requirements

Fast tutorial to help run the project

First: Install packages

cli: pip install -r requirements.txt

Then: Setup .env

create your .env with the DATABASE_URL

Finally: Run server

cli: uvicorn main:app or uvicorn main:app --reload