Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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:


vitejs html5 css3 javascript mongodb nodejs