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

https://github.com/jglchen/user-next-fullstack

Next.js Fullstack Emulating Laravel Breeze
https://github.com/jglchen/user-next-fullstack

docker javascript nextjs nodejs prisma reactjs typescript

Last synced: 2 months ago
JSON representation

Next.js Fullstack Emulating Laravel Breeze

Awesome Lists containing this project

README

          

## Next.js Fullstack Emulating Laravel Breeze

Laravel Breeze is an implementation of all of Laravel's authentication features, including login, registration, password reset, email verification, and password confirmation.
Breeze includes a simple "profile" page where the user may update their name, email address, and password.

This project is trying to use Next.js full-stack functionalities emulating Laravel Breeze.
Laravel Breeze's default view layer is made up of simple Blade templates styled with Tailwind CSS. The Next.js React front pages are also styled with Tailwind CSS to follow Laravel Breeze's view designs.
In this project, Prisma as an ORM is used to manage the database, as Eloquent is adopted to connect Laravel with the database.

### [View the App](https://user-next-fullstack.vercel.app)
### [App GitHub](https://github.com/jglchen/user-next-fullstack)
### Docker: docker run -p 3000:3000 jglchen/user-next-fullstack