This project is a Pizza Shop management system. The project is divided in two parts, the API and the Web.
- React
- Typescript
- Zod
- Axios
- Shadcn-ui
- Recharts
- Sonner
- Lucide React
- Tailwind CSS
- React-Query
- Drizzle
- ElysiaJS
- Bun
- TypeScript
- PostgreSQL
- Docker
To install the project, follow these steps:
- Clone the repository:
git clone <repository-url>
- Install dependencies:
npm install
- Start the project:
npm start
bun i
docker compose up -d
bun migrate
bun seed
bun dev
npm install
npm run dev
- The .env file is not commited to the repository, so you need to create one based on the .env.example file.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.