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
- Host: GitHub
- URL: https://github.com/jglchen/user-next-fullstack
- Owner: jglchen
- Created: 2023-08-23T22:01:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T14:11:37.000Z (over 2 years ago)
- Last Synced: 2025-01-20T16:25:30.388Z (over 1 year ago)
- Topics: docker, javascript, nextjs, nodejs, prisma, reactjs, typescript
- Language: TypeScript
- Homepage: https://user-next-fullstack.vercel.app
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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