UIUC CS 411 Database Systems group project. A web app for exploring grocery store products and prices.
- Node.js
- React.js
- Typescript
- MySQL
- Docker
- Docker
- Create a copy of the
docker-template.envand name it.env - Edit
.envto change passwords to something more secure - Run
docker compose up -dto 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
.envfile