This website requires JavaScript.
Explore
Help
Register
Sign In
juggy1233
/
COMP-2707-final-project
Watch
1
Star
0
Fork
0
You've already forked COMP-2707-final-project
Code
Issues
3
Pull Requests
Packages
Projects
2
Releases
Wiki
Activity
Files
0db9844e77414647e3e6e3dfa428f69cbc7dad7c
COMP-2707-final-project
/
backend
/
app
History
Jagraj Aulakh
0db9844e77
Add instructor as an enrolled user to a course. Also change frontend to use instructor role instead of teacher
2023-04-13 14:51:40 -04:00
..
__init__.py
#13
Made login page that actually send request to backend. CORS stuff.
2023-03-19 02:10:12 -04:00
bp.py
#7
Basic flask app. Setup routes, DB, and made a user model. Made initial migrations
2023-03-16 19:40:44 -04:00
errors.py
#7
Basic flask app. Setup routes, DB, and made a user model. Made initial migrations
2023-03-16 19:40:44 -04:00
models.py
#35
Added course code field to Course model. Updated class functions to reflect change. Also added duplicate checking for create course endpoint
2023-04-06 22:00:11 -04:00
routes.py
Add instructor as an enrolled user to a course. Also change frontend to use instructor role instead of teacher
2023-04-13 14:51:40 -04:00