Files
Personal-API/readme.md

356 B

Project Title

A brief description of what this project does and who it's for

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  pip install -r requirements.txt

Start the server

  uvicorn app.main:app --reload