Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 767 Bytes

File metadata and controls

44 lines (31 loc) · 767 Bytes

DigitalFlix API

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.


Project Status

Learning project (not actively maintained)


Features

  • RESTful API endpoints
  • Movie and category management
  • Data persistence
  • Integration with frontend applications
  • Structured routing and controllers

Tech Stack

  • Node.js
  • Express
  • JavaScript
  • REST API

Project Structure

The project follows a basic backend architecture with separation of concerns:

  • Routes
  • Controllers
  • Services
  • Models

Running the project locally

npm install
npm start