Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 372 Bytes

flask-backend-api

Backend RESTful API with Flask and SQLAlchemy

Installation

$ virtualenv venv -p python3
$ source venv\bin\activate
$ pip install -r requirements.txt
$ python app.py

URL

http://127.0.0.1:5000/api/v1/

Screenshot Postman