https://github.com/itzmanish/flask_store_api
Simple store rest api for learning flask advance rest api
https://github.com/itzmanish/flask_store_api
flask flask-api
Last synced: about 2 months ago
JSON representation
Simple store rest api for learning flask advance rest api
- Host: GitHub
- URL: https://github.com/itzmanish/flask_store_api
- Owner: itzmanish
- Created: 2019-01-01T14:09:17.000Z (over 7 years ago)
- Default Branch: advance
- Last Pushed: 2023-05-02T17:48:46.000Z (about 3 years ago)
- Last Synced: 2025-01-10T20:48:57.794Z (over 1 year ago)
- Topics: flask, flask-api
- Language: Python
- Homepage: https://rudra-store-flask-rest-api.herokuapp.com/
- Size: 118 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask API
### Simple store with items and CRUD operation on it.
### Also there is JWT Extented Authentication with token refresh
[Live Demo](https://rudra-store-flask-rest-api.herokuapp.com/)
```
Endpoint Methods Rule
------------ ---------------------- -----------------------
home GET /
storelist GET /stores
stores DELETE, GET, POST /store/
items DELETE, GET, POST, PUT /item/
itemslist GET /items
user DELETE, GET, POST /users/
userregister POST /register
userlogin POST /login
userlogout POST /logout
tokenrefresh POST /refresh
confirmationbyuser GET, POST /confirmation/user/
emailconfirmation GET /confirmation/
phoneconfirmation POST /verify-phone/
phoneotp POST /send-otp
static GET /static/
```
---
Find documentation [here](https://documenter.getpostman.com/view/6774879/S11KRJsR#3da35eb7-6d05-4159-aa20-109584b84375)