✔️ How much caffeine does this drink contain?
✔️ Do I drink too much caffeine than recommended?
✔️ If I drink coffee at 4p.m, would it affect my sleep?
- To run this app, MongoDB needs to be installed. (or MongoDB Atlas account)
- Clone this repo
- install dependencies :
npm i
- in root folder (cafftime)
- in client folder
- in server folder
- Create .env file in server folder
- Copy .env.sample and add your data
- Upload
storage.csv
file to your database
This is a file that has a list of caffeinated drink
The name of data table is foods. You can find the schema in cafftime/server/models/food.js node index.js
in server folder (If you use nodemon, runnodemon
instead)npm run start
in client folder
- React
- Tailwind CSS
- Chart JS
- MongoDB
- Mongoose
- NodeJS
- Koa