https://github.com/kanugurajesh/next.js-auth
Scalable and Reliable Authentication using Next.js + Mongodb
https://github.com/kanugurajesh/next.js-auth
bcryptjs bcryptjs-for-password-encryption databases gmail-authentication jwt-authentication nextjs nodemailer open-source-project reliable scalable scalable-applications security
Last synced: 5 months ago
JSON representation
Scalable and Reliable Authentication using Next.js + Mongodb
- Host: GitHub
- URL: https://github.com/kanugurajesh/next.js-auth
- Owner: kanugurajesh
- License: mit
- Created: 2023-11-03T03:12:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T16:47:45.000Z (over 1 year ago)
- Last Synced: 2024-01-12T04:54:49.000Z (over 1 year ago)
- Topics: bcryptjs, bcryptjs-for-password-encryption, databases, gmail-authentication, jwt-authentication, nextjs, nodemailer, open-source-project, reliable, scalable, scalable-applications, security
- Language: TypeScript
- Homepage:
- Size: 174 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scalable and reliable authentication using Next.js + Mongodb
Welcome, First of all thanks for showing intrest in my project. Let me give you a brief introduction to the project. This project aims at providing secure, scalable and reliable authentication to the Next.js projects without using any third party services and by only using core tech## Problem Statement
We generally come across many third party authentication services but the problem with them is that they cost us a lot of money when we expand our product or we share the data with the third party services and there is always a trust issue. And if the service goes down our entire product goes down and setting up another service is a tedious task## Solution Statement
To tackle the above issue I have developed this project which aims to provide secure, scalable and reliable authentication system at zero or minimum cost based on scaling. I have used the core platforms to reduce costs and increase performance as much as possible. you can use this project as template and build your products on top of it. I would love to take open source contributions to improve the product and help my peers to build the future tech## Installation steps
```bash
1. Clone the repository to your local machine
```### Prerequisites
#### Local Setup
```bash
1. npm
2. node
```#### Docker Setup
```bash
1. Docker
```### Local Installation
```bash
1. cd Next.js-Auth
2. npm install
3. npm run dev
4. go to http://localhost:3000 and start using the application
```### Docker Installation
```bash
1. cd Next.js-Auth
2. docker-compose up
3. Wait for some time
4. go to http://localhost:3000 and start using the application
5. go to http://localhost:8001 to open mongodb admin
```## 🔗 Links
[](https://rajeshportfolio.me/)
[](https://www.linkedin.com/in/rajesh-kanugu-aba8a3254/)
[](https://twitter.com/exploringengin1)## Tech Stack
- Next.js
- Mongodb
- Tailwindcss
- Typescript
- Docker## Contributing
I want to add more features and Contributions are always welcome!
See [contributing.md](https://github.com/kanugurajesh/Next.js-Auth/blob/main/contributing.md) for ways to get started.
Please adhere to this project's [code of conduct](https://github.com/kanugurajesh/Next.js-Auth/blob/main/code_of_conduct.md).
## Authors
- [@kanugurajesh](https://github.com/kanugurajesh)
## Support
For support, you can buy me a coffee
[](https://github.com/kanugurajesh/Next.js-Auth/blob/main/LICENSE.txt)