Key Features • ToDo • How To Use • Credits • License
- Track fermentation of your Kombucha.
- End fermentation date reminders on brew card.
- Rate your Kombucha brew.
- Journal your brew progress by adding/editing notes.
- Reference brews older than 60 days in Past Brews tab.
- Create recipes used for 2nd fermentation.
- Rate recipes in your catalog.
- Responsive design so you can track your brews and recipes on the go!
- Add 'forgot password' workflow.
- Add table view for past brews and recipes.
- Make list view sortable.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Davrizio/booch.git
# Go into the repository
$ cd booch
# Install dependencies
$ npm install
# Run the app
$ npm start
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
Note You need to setup your .env file with: PORT = 9090 DB_STRING = MongoDB API_KEY = Cloudinary api key API_SECRET = Cloudinary api secret
This software uses the following packages:
- Node.js
- TailwindCSS
- Ejs
- [Javascript]
- [HTML5]
MIT