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: 18 days 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: 2024-11-17T12:19:29.855Z (3 months 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 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 .