# nutcache-challenge-DouglasSilva

Logo

project

Requirements

  • npm

Clone the project and access the folder

$ git clone https://github.com/DouglasANS/nutcache-challenge-DouglasSilva.git && cd nutcache-challenge-DouglasSilva

Follow the steps below

# Starting from the project root folder
# In the root of the project change the name of the file ".env.exemple" to .env and in the environment variable put in 
"REACT_APP_CRUDCRUD_ENDPOINT" your API, you can get it on the site "https://crudcrud.com/"

# Install the dependencies
$ npm install

# To finish, run the application
$ npm start

# Well done, project is started!