https://github.com/jhonbergmann/pizza-shop
🍕 Dashboard for establishment management and order control in the iFood style.
https://github.com/jhonbergmann/pizza-shop
bun docker drizzle elysiajs react typescript
Last synced: 5 months ago
JSON representation
🍕 Dashboard for establishment management and order control in the iFood style.
- Host: GitHub
- URL: https://github.com/jhonbergmann/pizza-shop
- Owner: jhonbergmann
- License: mit
- Created: 2024-09-13T21:39:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T19:10:40.000Z (over 1 year ago)
- Last Synced: 2025-03-11T20:23:48.626Z (over 1 year ago)
- Topics: bun, docker, drizzle, elysiajs, react, typescript
- Language: TypeScript
- Homepage:
- Size: 3.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pizza shop
Dashboard for establishment management and order control in the iFood style.
## 📦 Tech Stack
- React
- ElysiaJS
- Drizzle
- Typescript
## 🔩 Installation
### web
To install and run the project locally, follow these steps:
1. Install [**Yarn**](https://yarnpkg.com/) on your computer
1. Clone the repository `git clone https://github.com/jhonbergmann/pizza-shop`
1. Navigate to the project directory: `cd pizza-shop/web`
1. Install the dependencies: `yarn install`
### api
1. Install [**Bun**](https://bun.sh/) on your computer
1. Install [**Docker**](https://www.docker.com/) on your computer
1. Clone the repository `git clone https://github.com/jhonbergmann/pizza-shop`
1. Navigate to the project directory: `cd pizza-shop/api`
1. Install the dependencies: `bun i`
## ⚙️ Usage
### web
Start the development server:
1. Run: `yarn dev`
### api
Start the development server:
1. Run: `docker compose up -d`
1. Run: `bun migrate`
1. Run: `bun seed`
1. Run: `bun dev`
## 📝 License
[MIT © Jhonatan Bergmann](https://github.com/jhonbergmann/pizza-shop/web/blob/main/LICENSE)