Skip to content

Endgame-Engineers/CS350-Project-1

Repository files navigation

Carbio - Nutrition Tracker

Open in Coder

Video of Project Functionality

Project Functionality Video

Key Changes Made in the Second Half of the Semester

  • Allow user to create custom recipes to log
  • Allow user to track activities and the calories they have burned
  • General frontend improvements (UI and stores)

Prereqs

How to Run

Clone down repo: git clone https://github.com/Endgame-Engineers/CS350-Project-1

Modify .env-example and rename to .env

DB_USERNAME=carbio
DB_PASSWORD=carbio
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=thedatabase
GOOGLE_CLIENT_ID=<YOUR_GOOGLE_CLIENT_ID>
GOOGLE_CLIENT_SECRET=<YOUR_GOOGLE_CLIENT_SECRET>
SESSION_SECRET=<YOUR_SESSION_SECRET>
POSTGRES_USER=carbio
POSTGRES_PASSWORD=carbio
POSTGRES_DB=thedatabase

Start docker using docker compose: docker compose up -d (daemonize) or docker compose up

Connect to http://localhost:3000/

Profit????

Screenshots on how the project works

Home Page

Home Page

History Page

History Page History Page

Add Meal Page

Add Meal Page Add Meal Page Add Meal Page Add Meal Page

Profile Page

Profile Page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5