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

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

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