Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 .