-
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 !!Yo
forked from riteshkranjan/uca2016
-
Notifications
You must be signed in to change notification settings - Fork 0
SSAGAR0001/uca2016
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 87.4%
- HTML 10.8%
- CSS 1.8%