- MiniFilm REST API
MiniFilm REST API is a backend application built using Node.js and Express. The project demonstrates how to build a secure RESTful API with authentication, validation, and database integration.
This project was developed as part of an academic lab to practise REST API development, user authentication, and input validation.
- Features
- User registration and login
- Password hashing using bcryptjs
- JWT-based authentication
- Protected routes
- Input validation using Joi
- MongoDB integration using Mongoose
- Technologies Used
- Node.js
- Express
- MongoDB
- Mongoose
- JSON Web Token (JWT)
- Joi
- bcryptjs