<<<<<<< HEAD
Final project for CS 4400: Intro to Database Systems
- Make sure you have nodejs and npm installed
- To test this, run node -v and npm -v. The output should be the current version
- Ubuntu users need to install nodejs-legacy. This is easily done via apt-get
- Clone this repo into the desired location
- cd into the repo's directory.
- Run 'npm install' to install any missing dependencies
- run 'git update-index --assume-unchanged routes/credentials.js' (keeps confidential info from being pushed to the server)
- update routes/credentials.js with the appropriate login info for your machine
- Go into the repo directory
- Run 'npm start' to start the server
- Go to localhost:3000 to see results =======
Final project for CS 4400: Intro to Database Systems
-Make sure you have nodejs and npm installed -To test this, run node -v and npm -v. The output should be the current version -Ubuntu users need to install nodejs-legacy. This is easily done via apt-get -Clone this repo into the desired location -cd into the repo's directory. -Run 'npm install' to install any missing dependencies
-Go into the repo directory -Run 'npm start' to start the server -Go to localhost:3000 to see results
f8d89384e038d3c9dba60ab47456ea65cac7746c