Skip to content

Frontend Routes

Shawn Boyle edited this page Oct 20, 2021 · 4 revisions

Users:

GET /

Routes user to the splash page | homepage

GET /profile

Routes user to their profile

Curriculum:

GET /courses

Routes user to a page with all the available courses

GET /courses/:id

Routes user to a specific course page with all the available lessons for the course

GET /lessons/:id

Routes user to a specific lesson page

Visualizations:

GET /visualizations

Clone this wiki locally