This project is a fake pizza shop's API inspired by Ifood.
The objective is to provide a stable, type-safe innovative, and fully tested API for a SAAS
The APP is made with Elysia, Bun, TypeScript, and Drizzle
# Clone the repository
git clone https://github.com/fernandortec/pizza-shop-api.git
cd pizza-shop-api
# Install necessary modules
bun install
# Run seeds
bun seed
# Run Application
bun dev
#The server will start at port:5173 - go to http://localhost:5173
The following tools were used in the construction of the project:
See the file package.json
- Editor: Visual Studio Code
- Markdown: StackEdit, Markdown Emoji
- Commit Conventional: Commitlint
Fernando Rodrigues