Skip to content
/ OneTap Public
forked from amurto/OneTap

Automation of The Apprentice Project built at TSEC Hacks 2.0

License

Notifications You must be signed in to change notification settings

carol80/OneTap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneTap

Automation of The Apprentice Project built at TSEC Hacks 2.0

Table of Contents

Webapp Images

Image of Webapp

Dependencies

Installation

Prerequisites

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.

Instructions

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

Usage

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

License

License: MIT

MIT License Link

About

Automation of The Apprentice Project built at TSEC Hacks 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.1%
  • HTML 38.0%
  • CSS 5.9%