Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeff-vincent/flask-api

A simple, light-weight Flask+SQLAlchemy boilerplate
https://github.com/jeff-vincent/flask-api

api authorization flask mysql sql sqlalchemy

Last synced: 1 day ago
JSON representation

A simple, light-weight Flask+SQLAlchemy boilerplate

Awesome Lists containing this project

README

        

# flask-api

A simple api boilerplate with email/password auth.

To use:

#### 1. Clone the repo

#### 2. Create a virtual env in the root directory that runs Python3.5.

#### 3. Install dependencies. From within the env, run:

```pip install -r requirements.txt```

> **NOTE:** The FileStore feature requires a running instance of [file-store](https://github.com/jeff-vincent/file-store).

#### 4. Run the app. From within the root directory, run:

```python main.py```

The app should be up at:

```http://0.0.0.0:5000```