https://github.com/codemeasandwich/saladsweird
Mobile web app to manage inventory
https://github.com/codemeasandwich/saladsweird
Last synced: over 1 year ago
JSON representation
Mobile web app to manage inventory
- Host: GitHub
- URL: https://github.com/codemeasandwich/saladsweird
- Owner: codemeasandwich
- Created: 2023-07-26T10:29:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T15:55:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T14:23:37.834Z (over 1 year ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Welcome to the Super Inventory System
An mobile web application built for the Weird Salads fast casual restaurant chain. It is designed to help them manage their inventory more efficiently across multiple locations.
## Tech Stack
- **Frontend:** React, Material Design
- **Backend:** Next.js
- **Database:** MongoDB
To run the application in development mode:
```cli
docker-compose up --build
```
To run the application in production mode:
```cli
docker-compose -f docker-compose.prod.yml up
```