https://github.com/bandarhl/flask-api
Movie rest api with Flask
https://github.com/bandarhl/flask-api
api flask flask-sqlalchemy postgresql rest-api
Last synced: about 2 months ago
JSON representation
Movie rest api with Flask
- Host: GitHub
- URL: https://github.com/bandarhl/flask-api
- Owner: BandarHL
- Created: 2020-05-30T07:35:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T11:10:52.000Z (about 6 years ago)
- Last Synced: 2025-10-05T04:53:32.351Z (9 months ago)
- Topics: api, flask, flask-sqlalchemy, postgresql, rest-api
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask-api
Movie rest api with Flask.
# with this api:
- User register & login (PostgreSQL & Flask-SQLAlchemy).
- JWT (JSON Web Tokens) for every request.
- Add movies with request (only admin, first account in database is admin).
- Add episode with request (only admin, first account in database is admin).
# TO DO:
- Edit movies or episodes.
- ~Full documentation.~ Done [Look at documentation](documentation.md)
- ~Refresh token.~ Done