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

https://github.com/mrteale/flask-restful-api-boilerplate

RESTFUL API built with Flask and ability to connect to Firebase
https://github.com/mrteale/flask-restful-api-boilerplate

api boilerplate boilerplate-template firebase firebase-database flask flask-api python python-3-6

Last synced: about 2 months ago
JSON representation

RESTFUL API built with Flask and ability to connect to Firebase

Awesome Lists containing this project

README

          

# Python Flask Restful API Boilerplate with Database Integration

This boilerplate is a simple framework created to cut down the time when developing an API for python.
It uses Flask for web routing and Pyrebase to interact with Google's mobile and web application tool Firebase.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

In order to run this project you will need two frameworks: Flask and Pyrebase.

```
pip install flask
pip install pyrebase
```

### Installing

Download and move the files to the location of your choosing (maintaining the file structure). Having previously installed all the prerequisites, the application should be able to work right out of the box. If errors occur, please check you're using python 3.6 and all modules are up to date.

## Built With
* [Python 3.6](https://www.python.org/) - The language used
* [Flask](http://flask.pocoo.org/) - Framework to route web requests
* [Pyrebase](https://github.com/thisbejim/Pyrebase) - Framework to interact with Firebase

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details