https://github.com/yevhenns/pizza-app-router
Review from Maksym Rudnyi: https://dou.ua/forums/topic/49916/
https://github.com/yevhenns/pizza-app-router
nextjs react-hook-form redux-toolkit typescript
Last synced: about 2 months ago
JSON representation
Review from Maksym Rudnyi: https://dou.ua/forums/topic/49916/
- Host: GitHub
- URL: https://github.com/yevhenns/pizza-app-router
- Owner: Yevhenns
- Created: 2024-06-21T15:43:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T06:40:34.000Z (9 months ago)
- Last Synced: 2024-08-28T07:56:15.457Z (9 months ago)
- Topics: nextjs, react-hook-form, redux-toolkit, typescript
- Language: TypeScript
- Homepage: https://nostrra-pizzza.vercel.app
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Full-stack PWA app with Google auth for ordering food and receiving order via email. The user can view the order history.
## Installation
Copy .env.example, rename it to .env.local and fill the environment variables.
```bash
npm i
```
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.Also check a [mobile application](https://github.com/Yevhenns/pizza_mob.git) and [back-end application](https://github.com/Yevhenns/pizza-nest.git) for this project.
Editing a product with admin panel. Available only for admin.
