Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arbitroy/restaurant-prep-system
https://github.com/arbitroy/restaurant-prep-system
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arbitroy/restaurant-prep-system
- Owner: arbitroy
- Created: 2025-01-19T18:10:19.000Z (20 days ago)
- Default Branch: master
- Last Pushed: 2025-01-20T14:24:23.000Z (19 days ago)
- Last Synced: 2025-01-20T15:31:35.865Z (19 days ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Prep System
A modern system for managing restaurant preparation calculations and inventory.
## Setup
1. Clone the repository
2. Copy .env.example to .env.local and update the values
3. Install dependencies: `npm install`
4. Start the development server: `npm run dev`## Database Setup
1. Create PostgreSQL database
2. Run migrations: `npm run migrate`
3. (Optional) Seed initial data: `npm run seed`## Available Scripts
- `npm run dev`: Start development server
- `npm run build`: Build for production
- `npm run start`: Start production server
- `npm run migrate`: Run database migrations
- `npm run seed`: Seed database with initial data