Backend - Portal for scheduling patients for the COVID19 vaccine

Challenge launched by Pitang. This project was created in NodeJs and an API was built to receive data from the portal: https://github.com/DaiLobo/Desafio-React-Pitang

Installation

Clone the project:

gh clone https://github.com/DaiLobo/Desafio-Node-Pitang.git

Navigate to project folder and install dependencies:

cd agendamento-backend

npm install

To avoid having to rerun each time something changes in the project, install it:

npm install nodemon

Run the project:

nodemon index.js

If you want to manually reset the application execution:

rs