CS307 Semester Project
- Please make sure you have node.js installed on your computer before attempting to run this or it will not work
- Please make sure you have a .gitignore file in the highest level of your local cloned repository. Within that file, just type /node_modules so that when you commit to the repo it doesn't send all the node module files too.
- cd scheduleswift
- npm start
- run npm i to install all modules in the package.json
- note there is an package.json is both the server folder and the scheduleswift folder