Jungle Devs - Node Challenge #001

Pre-requesites

Yarn:

  install global yarn

Docker:

  install docker-ce docker-ce-cli docker-compose

NVM:

  nvm install 12.20.0
  nvm use 12.20.0

Install

Clone the repository

  git clone https://github.com/lcgoandete/JungleDevs-challenge.git

Go to the aplication folder

  cd JungleDevs-challenge

To run in production mode

  docker-compose up

Documentation

In the link below is the documentation about the endpoints

  • Note to enter the "admin" routes it is necessary to authenticate with a token that can be acquired through the login or singUp route