Skip to content

phatnguyenuit/school-management

Repository files navigation

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

  • Manage users at the endpoint /users
  • Use Blueprint to split logic and resources