Python | Flask framework | REST API | SQL DB | Books Demo | GET | PUT | POST | PATCH | JWT Authentication
- pip3 install Flask
- pip3 install jsonify
- pip3 install request
- pip3 install Response
- pip3 install json
- pip3 install functools
- pip3 install jwt
- pip3 install datetime
- python3 app.py
- /login[POST]
- /adduser[POST]
- /books[GET]
- /book/int:isbn[GET]
- /addbook[POST]
- /book/int:isbn/[PUT]
- /updateBook/int:isbn/[PATCH]
- /book/int:isbn/[DELETE]
- Table Name: users
- Table name : books