Skip to content

BeerOnBeard/brew-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Track recipes and brewing notes

Resources

Stars

Watchers

Forks

Packages

No packages published