Skip to content

This is a simple email verification app created with Node.js, Express.js and MongoDB

License

Notifications You must be signed in to change notification settings

esteban-cz/email-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


MIT License    Maintenance    GitHub last commit    GitHub all releases



About this repo

This app is just a snippet that has a form created in html and it has just some basic css styling. After user enter his name, surname and email he will get an email with verification code and than the user enters the verification code and if the verification code is succesfull heis data will be save to mongodb database.


Run locally with simple installation:

I created batch files for simplicity of setting up and starting the server
You can basically set up and run this app without any knowledge of coding :)

Download the .zip from release

After you download it, extract the email-verification-master folder somewhere


Now you can just start the Start the server.bat

This will navigate you through settings needed for the app After the setup is done it will automatically start the server


Run Locally using git:

Clone the project

  git clone https://github.com/esteban-cz/email-verification.git

Go to the project directory

  cd email-verification

Install dependencies

  npm install

Set Environment Variables

To run this project, you will need to configure environment variables in your .env file

/src/.env


Start the server

  node src/server.js

Authors