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
- Host: GitHub
- URL: https://github.com/phatnguyenuit/school-management
- Owner: phatnguyenuit
- Created: 2020-04-05T23:47:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:33:38.000Z (over 3 years ago)
- Last Synced: 2025-02-27T21:42:40.791Z (over 1 year ago)
- Topics: flask, flask-sqlchemy, gunicorn, pyjwt, python-dotenv, werkzeug
- Language: Python
- Homepage: https://school-management-5846.herokuapp.com
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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