Skip to content

UIUC CS 411 Database Systems group project. A web app for exploring the grocery store products and prices.

Notifications You must be signed in to change notification settings

bennettrwu/grocery-aid

 
 

Repository files navigation

Grocery Aid

About

UIUC CS 411 Database Systems group project. A web app for exploring grocery store products and prices.

Built With

  • Node.js
  • React.js
  • Typescript
  • MySQL
  • Docker

Getting Started - Running with Docker

Prerequisites

  • Docker

Running the project

  • Create a copy of the docker-template.env and name it .env
  • Edit .env to change passwords to something more secure
  • Run docker compose up -d to start the app (this may take a while due to the need to populate the database)
  • App should be accessible on the port set in the .env file

About

UIUC CS 411 Database Systems group project. A web app for exploring the grocery store products and prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.5%
  • CSS 4.9%
  • Python 3.1%
  • JavaScript 1.4%
  • Shell 1.3%
  • Dockerfile 0.5%
  • HTML 0.3%