Old version of the project: link
First, make sure Node.js is installed on your machine.
Then, clone the repository using your preferred IDE or by using the command:
git clone https://github.com/TechnionYearlyProject/Exam-Scheduler-Web.gitGo to the repository folder and install the dependencies:
cd Exam-Scheduler-Web
npm installNow you can run the website with the command:
node server.jsYou can then access the website by going to http://localhost:3000.