#Finished - Test For Backend Developer#
Streaming-Service-BACKEND is a REST API created using Node Js and MongoDB,
A CRUD for Movie, Category(Movie category), Users, Purchase models,
User authentication using JWT Tokens,
Tokens are sent to the browser on a HTTP-only cookie when loging in,
Passwords are hashed using bcrypt,
Private endpoints using "auth" middleware,
All request fields are validated using express-validator,
All the errors within endpoints are handled and relevant http status codes are returned,
All endpoints are working and verified using Insomnia