An open API service indexing awesome lists of open source software.

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/

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.

![image](https://github.com/user-attachments/assets/b835d6d6-c8fc-4d1b-a786-544a789d01c9)