Dashboard for establishment management and order control in the iFood style.
- React
- ElysiaJS
- Drizzle
- Typescript
To install and run the project locally, follow these steps:
- Install Yarn on your computer
- Clone the repository
git clone https://github.com/jhonbergmann/pizza-shop - Navigate to the project directory:
cd pizza-shop/web - Install the dependencies:
yarn install
- Install Bun on your computer
- Install Docker on your computer
- Clone the repository
git clone https://github.com/jhonbergmann/pizza-shop - Navigate to the project directory:
cd pizza-shop/api - Install the dependencies:
bun i
Start the development server:
- Run:
yarn dev
Start the development server:
- Run:
docker compose up -d - Run:
bun migrate - Run:
bun seed - Run:
bun dev
