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
npm install
node app.js
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)
- Initial version
The Universal Permissive License (UPL), Version 1.0