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

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

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)