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

https://github.com/saikatbhuiyan/flask-store-api

This is a Store App API using Python Flask.
https://github.com/saikatbhuiyan/flask-store-api

flask python

Last synced: 12 months ago
JSON representation

This is a Store App API using Python Flask.

Awesome Lists containing this project

README

          

# Store App

## Features

- User Login, Registration, JWT TOKEN Auth
- CURD Store
- CURD Store Items

### Project setup

```
mkdir store
cd store
python -m venv venv
source venv/bin/activate
.\venv\Scripts\activate.bat (Windows)
git clone git_url
cd store-api-flask
run flask db init
run flask db migrate
run flask db upgrade
python app.py
```