Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikshant441/nextjs-authenication
https://github.com/dikshant441/nextjs-authenication
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dikshant441/nextjs-authenication
- Owner: Dikshant441
- Created: 2024-04-01T11:40:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T19:51:06.000Z (9 months ago)
- Last Synced: 2024-11-13T00:19:47.606Z (2 months ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)