https://github.com/yevhenns/pizza-app-router
Full-stack app with auth and admin panel for ordering food. Started setting up Swagger: https://nostrra-pizzza.vercel.app/docs
https://github.com/yevhenns/pizza-app-router
google-cloud jwt-authentication mongodb nextjs14-app-router react-hook-form
Last synced: about 1 year ago
JSON representation
Full-stack app with auth and admin panel for ordering food. Started setting up Swagger: https://nostrra-pizzza.vercel.app/docs
- Host: GitHub
- URL: https://github.com/yevhenns/pizza-app-router
- Owner: Yevhenns
- Created: 2024-06-21T15:43:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-21T08:09:23.000Z (about 1 year ago)
- Last Synced: 2025-06-21T08:18:13.419Z (about 1 year ago)
- Topics: google-cloud, jwt-authentication, mongodb, nextjs14-app-router, react-hook-form
- Language: TypeScript
- Homepage: https://nostrra-pizzza.vercel.app
- Size: 2.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.
