Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 501 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 501 Bytes

AdvisorMatching

Capstone(Advisors) are going to build an application to match incoming students and advisors.

Setup

Our group used electron to display our program. Make sure Electron is installed on your system

npm install electron --save-dev

git clone https://github.com/electron/electron-quick-start
cd electron-quick-start
npm install
npm start

Run

npm start

clone the repository:

https://github.com/WhitmanCSCapstone/AdvisorMatching.git

Algorithm