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

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

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)