An open API service indexing awesome lists of open source software.

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

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
```