Douglas254 / authapp

Custom Email and Password authentification & store user data to the MongoDB (database)

Home Page:https://customemailpasswordauthapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication: Custom Email/Password with NextAuth.js & MongoDB πŸ”’

Screenshots πŸ“Έ

Sign Up & Login

Error When same Email address already registered in the database ❌

Error When trying to login with invalid credentials ❌

successful login βœ…

MongoDB Collections πŸ’½

Setup ✴️

  • Clone the repository using https://github.com/Douglas254/authapp.git or download and extract the zip file.
  • Open up the cloned folder in your preferred text editor. Open up a terminal within your workspace and navigate into the /authapp folder
  • Within that folder, run npm install which will install all dependencies for you then run npm run dev to run the development server on http://localhost:3000/ πŸ’₯

Deployment ~ Vercel 🌍

View hosted site here

Authors πŸ–ŠοΈ

This project was contributed to by:

License πŸ“„

The project is licensed under MIT

About

Custom Email and Password authentification & store user data to the MongoDB (database)

https://customemailpasswordauthapp.vercel.app


Languages

Language:JavaScript 96.7%Language:CSS 3.3%