Exercises from Part 4 of 7 (Core) Full Stack Development Open University course from University of Helsinki for learning MERN stack
- The entire course is of 14 Parts. Core course is 7 Parts.
- This repository consists of exercises from Part 4.
- Check other parts :
- Structure the backend based on Model-View-Controller (MVC) architecture
- Implement Testing of Node applications with
supertest - Implement User administration and Token authentication with
jsonwebtokenorexpress-jwt
| Exercises | Description |
|---|---|
| 4.1 to 4.7 | Blog app with MVC architecture, Helper functions and Unit Tests |
| 4.8 to 4.14 | Backend API testing using supertest and async/await |
| 4.15 to 4.23 | User administration, User authentication with JWT for POST, DELETE requests and Automated Tests for POST authentication |