Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohps10/pizzashop-web
📈 A front-end application that allows you to control a restaurant's sales
https://github.com/gustavohps10/pizzashop-web
axios date-fns nodejs playwright react react-hook-form react-query react-router-dom recharts shadcn-ui tailwindcss typescript vitest zod
Last synced: about 2 months ago
JSON representation
📈 A front-end application that allows you to control a restaurant's sales
- Host: GitHub
- URL: https://github.com/gustavohps10/pizzashop-web
- Owner: Gustavohps10
- License: mit
- Created: 2024-06-30T10:25:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T21:50:55.000Z (7 months ago)
- Last Synced: 2024-10-11T19:45:57.202Z (4 months ago)
- Topics: axios, date-fns, nodejs, playwright, react, react-hook-form, react-query, react-router-dom, recharts, shadcn-ui, tailwindcss, typescript, vitest, zod
- Language: TypeScript
- Homepage:
- Size: 605 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pizza Shop
## :page_with_curl: Description
A front-end application that allows you to control a restaurant's sales## :game_die: Features
- [x] Authentication (Magic Link)
- [x] Metrics dashboard
- [x] View order list
- [x] Change order status
- [x] Change restaurant details## :gear: Running
Make sure the [API](https://github.com/Gustavohps10/pizzashop-api) is running, you can run it using Docker### Environment
You must create a copy of ```.env.local.example``` file and rename it to ```.env.local```### Install dependencies
```
yarn install
```### Run app
```
yarn dev
```### Run with mocks
```
yarn dev:test
```### Playwright E2E tests
```
yarn playwright test
```## :hammer_and_wrench: Tools
## :adult: Contributors