https://github.com/abhirampai/dermacam-be
Backend Of Derma Cam Project
https://github.com/abhirampai/dermacam-be
backend fastapi heroku mongodb
Last synced: 2 months ago
JSON representation
Backend Of Derma Cam Project
- Host: GitHub
- URL: https://github.com/abhirampai/dermacam-be
- Owner: abhirampai
- Created: 2021-03-28T12:26:48.000Z (about 5 years ago)
- Default Branch: productionbranch
- Last Pushed: 2023-02-15T03:25:36.000Z (over 3 years ago)
- Last Synced: 2024-11-17T12:19:29.855Z (over 1 year ago)
- Topics: backend, fastapi, heroku, mongodb
- Language: Python
- Homepage:
- Size: 22.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DermaCam-BE
Backend Of Derma Cam Project
To run the app use uvicorn app.main:app --reload
To format code using autopep8
autopep8 --select E1,E2,E3,E401,W2,W3 --ignore E226,E24,E26 --in-place --recursive --verbose .