https://github.com/nawazm92/flask-rest-sample
Flask sample REST API
https://github.com/nawazm92/flask-rest-sample
flask marshmallow python rest-api sample sqlalchemy
Last synced: 7 months ago
JSON representation
Flask sample REST API
- Host: GitHub
- URL: https://github.com/nawazm92/flask-rest-sample
- Owner: nawazm92
- Created: 2019-03-03T07:16:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T12:34:31.000Z (over 6 years ago)
- Last Synced: 2025-03-03T20:44:13.239Z (10 months ago)
- Topics: flask, marshmallow, python, rest-api, sample, sqlalchemy
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API using Flask & SQLAlchemy
> A simple REST API created using Python Flask, SQL Alchemy and Marshmallow, to setup do following steps
### Setup using pipenv
``` bash
$ pipenv shell
$ pipenv install
```
### To run
```python app.py```
> Then navigate to [localhost:5000](http://127.0.0.1:5000)
> For testing `postman_collection.json` is there, just import that into [postman](https://www.getpostman.com)