branch master -> app
branch api -> api
git clone https://github.com/hack-ms/LADS-team
cd app/
npm i
npm run serve
git clone https://github.com/hack-ms/LADS-team
git checkout api
cd api/
npm i
npm run dev
A api está em eecução no heroku, acessível em https://api-lads.herokuapp.com/. É possível executar apenas o app localmente.