Scenic is a sample DDD (Domain-Driven Design) application for movies, built using The Movie Database (TMDb) API.
Visit the application at: scenic.manumorante.com
Focusing on appealing design, I drew inspiration from the popular service, Letterboxd. This approach enhanced the user-friendly application and the movie discovery experience.
The application is deployed on Vercel.
To run the project locally, follow these steps:
- 
Clone the repository:
git clone https://github.com/manumorante/scenic.git
 - 
Navigate to the project directory:
cd scenic - 
Install the dependencies:
npm install
 - 
Start the development server:
npm start
 
