/Movie-App

Movie database where you can browse your favourite movies

Primary LanguageTypeScript

Moovix

code style: prettier

This app was developed to query the already existing OMDB (The Open Movie Database) API, which is a RESTful web service to obtain movie information.

[ Live Version ]

Getting started

Clone the repo:

git clone https://github.com/VladyslavKutsevolov/Movie-App.git

Install dependencies:

yarn

Set environment variables:

cp .env.example .env.local

Run:

yarn start

Run Test:

yarn test

Run using docker-compose file:

docker-compose up