Automation of The Apprentice Project built at TSEC Hacks 2.0
Install Node.js and npm using the link above. Follow instructions on their respecive websites. Npm is included with Node.js. Setup MongoDB locally or on MongoDB Atlas and get the connection string. This connection string has to be pasted here.
Clone the repository
git clone https://github.com/amurto/OneTap.gitInstall all the dependencies on backend
cd backend
npm installInstall all the dependencies on facilitator client
cd facilitator
npm installRun the backend server
cd backend
npm startRun the facilitator webapp
cd facilitator
npm startOpen a web browser and go to
http://localhost:3000