Skip to content

Zoot01/next-auth-template

Repository files navigation

NextJS Authentication Template

A starting point for web applications using NextJS that require authentication.

Requires

NodeJS / Postgres

Environment Variables

To run this project, you will need to add the following environment variables to your .env file. Please look at env.example file.

DATABASE_URL

SECRET_COOKIE_PASSWORD

Installation

Install with npm

  npm install

Add user in prisma studio

  npx prisma studio

Run the application

  npm run dev

Sign in and test web application 🎂

Screenshots

App Screenshot

App Screenshot

App Screenshot

Acknowledgements

Author

License

MIT

About

A NextJS app with auth and Chakra UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published