Skip to content

Basic flask application with jwt authentication.

Notifications You must be signed in to change notification settings

tahirs95/Flask_JWT

Repository files navigation

Flask_RESTful

Flask App working on RESTful apis and CRUD operations.

Library to install:

  1. pip install flask
  2. pip install flask_restful
  3. pip install flask_jwt
  4. pip install flask_sqlalchemy

How to run the app?

python app.py

Endpoints for testing:

  1. '/store/name'
  2. '/item/name'
  3. '/item'
  4. '/items'
  5. '/stores'
  6. '/register'

Happy coding!

About

Basic flask application with jwt authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages