Sign inSign up

beeronbeard/brew-tracker

By beeronbeard

Updated almost 6 years ago

Image
0

465

beeronbeard/brew-tracker repository overview

Brew Tracker

I've been using a word document to track my recipes and brews and it's becoming overwhelming. I need the ability to track recipes and the brews I make with them.

How to Run

npm start;

How to Run Development

docker-compose up -d;

# wait for the database and mongo-express to come up

npm run dev;

Docker Compose will create a MongoDB database instance and spin up a Mongo Express instance to provide easy access to the data. Then run the NodeJS server configured to point to the MongoDB database.

Integration Tests

Integration tests are written using Cypress. They are able to be run using Docker Compose or interactively for development.

For information on running interactively, go to the Integration Tests Readme.

Docker Compose
docker compose -f dc-e2e.yml up

Upgrades

Tag summary

Content type

Image

Digest

Size

59.9 MB

Last updated

almost 6 years ago

docker pull beeronbeard/brew-tracker:3.3.0