Skip to content

swapnilmishra/Book-a-bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Make sure "nodejs" is installed, you can check this by running "node" command on terminal.
  2. Make sure "npm" is installed, you can check this by running "npm" command on terminal.
  3. Make sure "mongodb" is installed on your system and "mongod" binary file is in your path.
  4. Goto root directory where "package.json" is located.
  5. Run "npm install". This command will install all the required "nodejs" dependencies.
  6. From the same folder run "node app". This will start the server.
  7. Start "mongodb" database server by running "mongod"
  8. From browser open "http://localhost:3000" and you should see the app running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published