Servidor para simulação de um Backend para uma Aplicações em React
Getting the server running on your local machine takes only a few steps:
- clone the project -
git clone https://github.com/wleandrooliveira/backend_agenda.git
cd backend_agenda
- install its dependencies -
npm install
- start the server -
node server.js