[go: up one dir, main page]

Skip to content

rodrigoalves2/WisePlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WisePlay logo

WisePlay

List of movies and some information about them.

Prerequisites

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

Running the project

# 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

Environment Variables

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