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

https://github.com/hemicharly/api-rest-flask


https://github.com/hemicharly/api-rest-flask

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# FLASK RESTFUL API

This project is demo application API REST, using Flask with structure mvc

### Commands

* Installation package:

pip install -r requirements.txt

* Run test unit:

python manage.py test

* Run application:

python manage.py run