REST API developed to support a streaming-like application, built with Node.js and Express.
This project was created as part of a backend learning process, focusing on API design, data handling, and frontend integration.
Learning project (not actively maintained)
- RESTful API endpoints
- Movie and category management
- Data persistence
- Integration with frontend applications
- Structured routing and controllers
- Node.js
- Express
- JavaScript
- REST API
The project follows a basic backend architecture with separation of concerns:
- Routes
- Controllers
- Services
- Models
npm install
npm start