💻 Applied technologies

The project was developed using the following technologies:

⁉ How to use

Steps

  1. Cloning the application:
$ git clone https://github.com/viniciusrma/movies-challenge
  1. 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

Made with ❤ by Vinícius Morais