List of movies and some information about them.
Before you start, you will need to have the following tools installed on your machine: Git, Node.js. Besides this, it is good to have an editor to work with the code, such as VSCode
# Clone this repository
$ git clone https://github.com/rodrigoalves2/WisePlay.git
# Go to the project folder in terminal/cmd
$ cd WisePlay
# Install the dependencies
$ npm install
or
$ yarn install
# Run the application in development mode
$ npm start
or
$ yarn start
# The server will start on port:3000 - acess http://localhost:3000
You must create a file called .env.local
or rename the file ".env.example"
. It must contain the following keys:
REACT_APP_BASE_URL
REACT_APP_API_KEY