REST API built with Nest. The API allows teachers to create sets of tasks for students.
Features:
Creation of a REST API - the backend part of the application used to manage task sheets
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