A small application to check the status of a set of endpoints.
- Ensure mongodb is installed and mongod is running:
ps aux| grep mongod
- Install dependencies:
npm install
node server.js
- Go to: hostname:3000
cp .env.sample .env
docker-compose up -d web