Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dikshant441/nextjs-authenication


https://github.com/dikshant441/nextjs-authenication

Last synced: about 20 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Nextjs Authentication

**0** Tech Stack
- Tailwind css
- Typescript
- Nextjs
- MongoDB - Mongoose
- Nodemail
- GitHub

**1** Set up Envioment
- install nextjs -> npx create-next-app@latest
- Install Packages -> npm i axios bcryptjs nodemailer mongoose react-hot-toast
- set up DB project name as -> nextjs authentication

**2** start building the project
- mongoose connection - dbConfig.ts
- using UI library buils signup and login page
- also created dynamic routing (1. profile, 2. userProfile)