A RESTful server to act as a database for school courses.
You'll need MongoDB for this. Eventually it will be more extensible and better designed.
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
Allow clients more control of the chartsImplement system to edit single courses- Validate course formats
Implement a "Remember Me" function- Implement a way to rename charts