Yandex.Practicum. Web Development training course. Graduate work. Movies-Explorer application Backend.
Movies-Explorer - backand of adaptive multi-page application. Server allows you:
- register (hash password);
- login;
- edit information about yourself;
- search for movies;
- save the movies you like.
starts the server on PORT = 4000;
starts the server in development mode with hot-reload on PORT = 4000;
Registration;
Login;
Returns user info;
Updates user info;
Returns saved movies;
Creates movie;
Removes movie from saved;
folder with movies and users request controllers;
folder with request error classes;
folder with authorization, limiter, logger and centralized-error-handlers middlewares;
folder with schemas of the user and the movie;
folder with request routes.