An open API service indexing awesome lists of open source software.

https://github.com/abhirampai/lip-next-be

Backend of lip-next website
https://github.com/abhirampai/lip-next-be

fastapi python3

Last synced: 3 months ago
JSON representation

Backend of lip-next website

Awesome Lists containing this project

README

          

# lip-next-backend

create a virtual environment using pip (refer https://python.land/virtual-environments/virtualenv)

download the requirements



uvicorn app.main:app --reload to run the code
To format code using autopep8

autopep8 --select E1,E2,E3,E401,W2,W3 --ignore E226,E24,E26 --in-place --recursive --verbose .