An instant & contactless check-in app for users visiting COVID safe businesses. This application has a dual Frontend (created in React) and Backend (SailsJS).
2020 CSESoc Annual Hackathon
Created By: Angela Huang, Apurva Shukla, Chloe Li, Nelson Long
git clone
reponpm install
in both Frontend and Backend directoriesnode app.js
in Backend to start the SailsJS servernpm start
in Frontend to start the React server. This will redirect you to a localhost:3000. This is optimised for mobile displays and will not work as designed on desktop (you can mimic a mobile device by going to dev tools on your browser of choice).
Disclaimer: This is a Minimum Viable Product, therefore you are likely to run into bugs/errors