The project was developed using the following technologies:
- Cloning the application:
$ git clone https://github.com/viniciusrma/movies-challenge
- Running the Application:
The application runs in two parts, so you need to open a terminal in both 'server' and 'client' folders.
In each terminal, run:
$ cd server
$ npm install
then
$ npm start
$ cd client
$ npm install
then
$ npm start