Skip to content

Node.js and mongo app for use with the DevOps hiring practical

License

Notifications You must be signed in to change notification settings

muditabaid/devops-practical

 
 

Repository files navigation

Swimlane DevOps Practical

This is a demo application to use for working on the Swimlane DevOps hiring practical project.

Install

Required environment variables:

  • MONGODB_URL - Full MongoDB connection URI to connect to

Testing Locally

git clone git://github.com/swimlane/devops-practical.git
npm install
cp .env.example .env
npm start

Then visit http://localhost:3000/

About

Node.js and mongo app for use with the DevOps hiring practical

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • Pug 25.5%
  • CSS 3.5%
  • Dockerfile 1.1%
  • Other 0.1%