Skip to content

DeLoreanApp/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeLorian API

Generate documentation Deploy to Heroku

Documentation

Unstable Stable Stable
Redoc Redoc Swagger

How to run

  1. If you are using a virtual environment activate it

Windows

<name of venv>\Scripts\activate

Linux

./<name of venv>/bin/activate
  1. Make sure all requirements are installed. If not, run:
pip install -r requirements.txt
  1. Finally, run the application
uvicorn app.main:app