This is a movie exploration app. It allows you to browse movies and add them to your watchlist or favorites.
This project was developed with the following technologies:
To clone and run this application, you will need Git and Node.js installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/modkaffes/movierama.git
# Copy the .env.example file to .env.development.local and add your TMDB API Token
cp .env.example .env.development.local
# Install dependencies using your favorite package manager, eg.
$ pnpm install
# Start server
$ pnpm dev
# Run tests
$ pnpm test
This project is under the MIT license. See the LICENSE for details.
Made with care by Modestos Kaffes.