https://github.com/hemicharly/api-rest-flask
https://github.com/hemicharly/api-rest-flask
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hemicharly/api-rest-flask
- Owner: hemicharly
- Created: 2019-10-19T02:31:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:15:51.000Z (over 2 years ago)
- Last Synced: 2025-02-23T14:43:22.567Z (7 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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