Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arbitroy/restaurant-prep-system


https://github.com/arbitroy/restaurant-prep-system

Last synced: 15 days ago
JSON representation

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