Class project for CSE 4322
The instruction assumes that the user is using a Ubuntu Linux machine.
- Install Node.js on your machine.:$ sudo apt-get install nodejs
- Download and extract the project on your machine.
- Goto terminal and install all the dependecies:$ sudo npm install
- To run the project type the following code in terminal:$ nodemon bin/www
- Open a browser and enter the url: localhost:3000