Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhirampai/dermacam-be
Backend Of Derma Cam Project
https://github.com/abhirampai/dermacam-be
backend fastapi heroku mongodb
Last synced: about 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 (almost 4 years ago)
- Default Branch: productionbranch
- Last Pushed: 2023-02-15T03:25:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T14:08:30.794Z (almost 2 years ago)
- Topics: backend, fastapi, heroku, mongodb
- Language: Python
- Homepage: https://dermacam-be.herokuapp.com/redoc
- Size: 22.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DermaCam-BE
Backend Of Derma Cam ProjectTo 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 .