Global Scope is an e-learning web application that allows its users to learn coding through courses and programming problems (katas).
The main goal of this project was creating a MERN Full Stack app that could run tests (via Node Fs and Child process).
| URL path | Description |
|---|---|
| / | Home page |
| /catalog | Courses Catalog |
| /catalog/:course_id | Course details |
| /new-course | Create a new course |
| /my-profile | User information |
| /my-profile/edit | Edit User information |
| /katas | Full list of katas |
| /kata-rush | Speed Kata Game |
| /contact | Contact page |
| /register | Sign up page |
| /login | Login page |