The main tools used in the project:
# clone repository
git clone [email protected]:fernandobritto/CedroTech-API.git
# enter the project folder
cd CedroTech-API
# install dependencies
yarn install
# run the project
yarn localhost
Fernando Britto