Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeff-vincent/flask-api
- Owner: jeff-vincent
- Created: 2019-10-12T22:34:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:44:50.000Z (almost 2 years ago)
- Last Synced: 2024-06-11T16:21:10.061Z (5 months ago)
- Topics: api, authorization, flask, mysql, sql, sqlalchemy
- Language: Python
- Homepage:
- Size: 8.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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```