Coffeenote
About
Coffeenote is a simple web app to keep track of coffee beans + resulting brews from different roasters.
Requirements
- npm
- mongoDB (local)
- clone the repo
- start the local mongoDB server
- start the backend (
npm start
ornpm run dev
) - start the frontend (
npm start
)