Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.02 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.02 KB

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