toke82 / nodejs-mongodb-crud

Node.js-Express-MongoDB CRUD sample Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 61.9%Language:HTML 25.1%Language:CSS 13.1%