Skip to content

info3g/Nodejs-CRUD-application-using-mongodb-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongodb Nodejs express CRUD application

simple nodejs crud operations performed in this application using mongodb.

How to run

npm install
node app.js

Configuration

MongoDB: mongodb://mongodb

Express: app.listen(process.env.PORT || 3000);

Wercker environment properties:

  • DOCKER_USERNAME = username for Docker account
  • DOCKER_PASSWORD = password for Docker account
  • DOCKER_TAG = tag of the docker image
  • DOCKER_REPOSITORY = name of the new repository (includes image name)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published