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

https://github.com/phatnguyenuit/school-management

School Management
https://github.com/phatnguyenuit/school-management

flask flask-sqlchemy gunicorn pyjwt python-dotenv werkzeug

Last synced: about 1 month ago
JSON representation

School Management

Awesome Lists containing this project

README

          

# School Management

## Dependencies

- `Flask` to implement API logic
- `Flask-SQLAlchemy` to handle the database
- `Flask-Migrate` to manage data migration
- `PyJWT` to verify JWT token
- `psycopg2` to connect PostgreSQL

## Features

- [x] Manage `users` at the endpoint `/users`
- [x] Use `Blueprint` to split logic and resources