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.git
Install all the dependencies on backend
cd backend
npm install
Install all the dependencies on facilitator client
cd facilitator
npm install
Run the backend server
cd backend
npm start
Run the facilitator webapp
cd facilitator
npm start
Open a web browser and go to
http://localhost:3000