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
- Host: GitHub
- URL: https://github.com/abhirampai/lip-next-be
- Owner: abhirampai
- Created: 2021-04-24T06:12:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T05:01:04.000Z (about 5 years ago)
- Last Synced: 2025-12-26T19:37:14.441Z (6 months ago)
- Topics: fastapi, python3
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 .