Tutor - REST API
REST API built with Nest. The API allows teachers to create sets of tasks for students.
Features:
- cookie-based session middleware based authentication with corresponding role assignment to the user,
- creation and management of task sheets
Main goal
Creation of a REST API - the backend part of the application used to manage task sheets
Tech stack
Nest.js: a framework for building server applications based on Node.js, inspired by Angular, which allows to find in it many concepts known from the framework from Google
TypeORM: allows you to map a relational database to objects, so that with an accessible interface allows to manage the database from the level of javaScript
Technologies & Tools
- Nest.js
- TypeORM