Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T22:56:36.000Z (about 2 months ago)
- Last Synced: 2024-10-11T01:42:46.778Z (27 days ago)
- Topics: bun, docker, drizzle, elysiajs, react, typescript
- Language: TypeScript
- Homepage:
- Size: 3.48 MB
- Stars: 0
- 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)