Skip to content

FlowChamp/pyCourseManager

Repository files navigation

pyCourseManager 0.3

A RESTful server to act as a database for school courses.

Setup

You'll need MongoDB for this. Eventually it will be more extensible and better designed.

Dependencies

You will need the following Python packages, with a Python version >= 3.6 (gotta have those formatted strings!)

  • pymongo
  • flask
  • flask-cors
  • flask-login
  • flask-restful
  • flask-SQLAlchemy
  • requests

TODO

  • Allow clients more control of the charts
  • Implement system to edit single courses
  • Validate course formats
  • Implement a "Remember Me" function
  • Implement a way to rename charts

About

A RESTful server to act as a database for school courses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages