Run the following commands:
git clone https://github.com/EvonDong/PersonnelManager.git
npm install
cd backend
npm install
npm start
go to: http://localhost:3000/
To access the data, append api/profiles to the back
cd /attendencelist
npm install
npm run serve
go to: http://localhost:8080/
Go to https://personnel-assistant-manager.herokuapp.com/
Go to https://wdlz4u5qlf.execute-api.eu-central-1.amazonaws.com/production/api/profiles
cd backend
npm test
In travis.yml, the command cd backend/tests; npm test;
under "script" is responsible for triggering the tests.