Skip to content

modkaffes/movierama

Repository files navigation

Movierama

Description

This is a movie exploration app. It allows you to browse movies and add them to your watchlist or favorites.

Movierama app screenshot in iPhone 12 Pro screen

Technologies

This project was developed with the following technologies:

How To Use

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

License

This project is under the MIT license. See the LICENSE for details.

Made with care by Modestos Kaffes.