Awesome
API demo
An example of how easily you can introduce FirstDerm's API in your product.
Installation
Clone the repository:
git clone https://github.com/polyrand/firstderm_demo.git
Install the requirements in your virtual environment:
pip install fastapi
pip install python-multipart
pip install uvicorn
pip install Jinja2
Usage example
You can run the app using uvicorn:
uvicorn main:app --host 0.0.0.0 --port 8000
# or...
python3 main.py
Release History
- 2.0
- Update to the new API
- 1.0
- Initial post
Meta
Ricardo Ander-Egg Aguilar – @ricardoanderegg –
Contributing
- Fork it (https://github.com/polyrand/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request