Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruvathaide/react-otp
I have created a Login and Registration System with an OTP Authentication with Vite.js, NodeJS, MongoDB and Nodemailer. This is a Basic Version of the OTP Authentication system which I created with a little help from Youtube videos!
https://github.com/dhruvathaide/react-otp
css html javascript login-system mongodb otp-verification vitejs-react
Last synced: about 24 hours ago
JSON representation
I have created a Login and Registration System with an OTP Authentication with Vite.js, NodeJS, MongoDB and Nodemailer. This is a Basic Version of the OTP Authentication system which I created with a little help from Youtube videos!
- Host: GitHub
- URL: https://github.com/dhruvathaide/react-otp
- Owner: DhruvAthaide
- Created: 2024-04-09T03:28:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T13:45:43.000Z (7 months ago)
- Last Synced: 2024-04-18T15:23:03.975Z (7 months ago)
- Topics: css, html, javascript, login-system, mongodb, otp-verification, vitejs-react
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React - OTP
I have created a Login and Registration System with an OTP Authentication with Vite.js, NodeJS, MongoDB and Nodemailer. This is a Basic Version of the OTP Authentication system which I created with a little help from Youtube videos!
## Installation
To install and run this project,
You can download the zip file or Clone the Project Repository using Git with the below command:
```bash
git clone https://github.com/DhruvAthaide/React-OTP.git
```Then, open the terminal in the project directory, and run the following command:
```bash
npm install
```Once, you have created the Database to store all the user data, you can run the following command in the terminal of the project directory to start the server using nodemon:
```bash
npm start
```Then, you can paste the following address into your browser to access the LoginSignUp Server:
```bash
http://localhost:4000/
```
## Authors- [@DhruvAthaide](https://github.com/DhruvAthaide)
## Languages & Tools Used: