Skip to content

An example of NodeJS, ExpressJS, and MongoDB

Notifications You must be signed in to change notification settings

Aalto/cataloger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The web application was done with NodeJS Application using ExpressJS framework and MongoDB. To run this example, you need:

  1. nodejs and mongodb
  2. to run "npm install" in the root folder of the web application to install all the dependencies
  3. to run "mongod --dbpath /your/path/"
  4. finally, to run "node app.js"
  5. the app can be accessed via: localhost:3000 Thank you!

About

An example of NodeJS, ExpressJS, and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published