Enrolee is a project made with Python-Flask, that provides a simple way for students, faculty and staff to register for classes, conferences, workshops, lectures, study groups, and more. Students can search for courses, find out what they are enrolled in, sign up for them, and pay for them using their existing student accounts. Faculty and staff can create new events, invite students to participate, and track registrations.
This design was made in MySQL Workbench
This is the generic arquitecture for a Flask Project.
To see all the wireframes and logic, please go here: COMPLETE WIREFRAMES.
- Clone it to your branch
- Download it to your local
- Locate in the folder with the project and run in your terminal:
python server.py
Important:
* You need to have MySQL to get the logic running. You may need to change the data access in ```config/mysqlconnection.py```
* You may need to install the libraries used in the project. Please do it so by veryfing the Pipfile.
Now, I'm trying to integrate filters for the search and improve the user account.
In the front end I used HTML, CSS and Javascript. In the backend I used Python-Flask and MySQL.