-
Install Node
a. $sudo apt-get install nodejs
b. $sudo ln -s /usr/bin/nodejs /usr/bin/node
c. $sudo apt-get install npm
-
Install nodemon - $sudo npm install -g nodemon
-
Goto your project directory
-
run $npm install - it will install required packages automatically (express and json body parser)
-
run $node app.js and open browser http://localhost:8080/test
-
If everything goes fine - start implementing your project now.
-
Refer to requirement.txt for project requirement. Be constructive, add some eye catching features if your want to. best of luck !!
K-Arora/uca2016
Folders and files
| Name | Name | Last commit date | |
|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- JavaScript 87.4%
- HTML 10.8%
- CSS 1.8%