Skip to content

nagypeter/nodejs-mongodb-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js-Express-MongoDB CRUD sample Application

This is a simple Node.js CRUD application using MongoDB.

It is based on https://github.com/ijason/NodeJS-Sample-App and has the following features:

  • includes Wercker configuration
  • application changes to run on Oracle Container Cloud Service

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)

History

1.0.0

  • Initial version

License

The Universal Permissive License (UPL), Version 1.0

About

Node.js-Express-MongoDB CRUD sample Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published