Skip to content

Build more secure and high performence backend of EviraMart ecommerce application.

Notifications You must be signed in to change notification settings

Antratalaviya/evira-Mart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EviraMart

Build more secure and high performence backend of EviraMart ecommerce application

Technologies Used
  • Node.js
  • Express
  • Database Integration MongoDB
Most IMP Features
  • provides encryption and decryption at response
  • email verification by OTP
Hands on Experience with:
  • nodemailer
  • ejs (Embedded Javascript Templating)
  • EventEmitter
  • crypto.js

To turn on the encryption and decryption at request and response, you will have to set True to isEncrypt variable at routes.


Requirements

For development, you will only need Node.js installed in your environement.

Node

  • Node installation

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

If the installation was successful, you should be able to run the following command.

$ node --version
v20.11.1

$ npm --version
10.1.0

If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.

$ npm install npm -g

Installation

local installation:

1. clone the repo

$ git clone https://github.com/Antratalaviya/evira-Mart.git <repo>

2. cd into cloned repo

$ cd <repo>

3. install dependencies

$ npm install   

Running the project

$ npm run start  

About

Build more secure and high performence backend of EviraMart ecommerce application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published