codefreshdemo / example_nodejs_mongo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB/Mocha Integration tests example

This is an example NodeJs application that uses Mongo as a backend database. It is compiled using Codefresh.

Running the app

To compile and package using Docker compose

docker-compose up

Then enter http://localhost:9000 on your browser

To use this project in Codefresh

There is also a codefresh.yml for easy usage with the Codefresh CI/CD platform.

More details can be found in Codefresh documentation

About


Languages

Language:JavaScript 95.7%Language:Dockerfile 4.3%