Skip to content

tushar-kharbanda72/uca2016

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uca2016

  1. Install Node

    a. $sudo apt-get install nodejs

    b. $sudo ln -s /usr/bin/nodejs /usr/bin/node

    c. $sudo apt-get install npm

  2. Install nodemon - $sudo npm install -g nodemon

  3. Goto your project directory

  4. run $npm install - it will install required packages automatically (express and json body parser)

  5. run $node app.js and open browser http://localhost:8080/test

  6. If everything goes fine - start implementing your project now.

  7. Refer to requirement.txt for project requirement. Be constructive, add some eye catching features if your want to. best of luck !!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 87.4%
  • HTML 10.8%
  • CSS 1.8%