Skip to content

NaveenMohanty/E-pharma-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-pharma

This is the backend of E-pharma E-commerce website project. Link to Working project's website

Tech Used

How to clone and run this project to your system.

$ git clone https://github.com/NaveenMohanty/E-pharma-backend.git
$ cd E-pharma-backend
$ npm install
$ node app.js

This project has .env file for Environment Variable.

DATABASE = '<--Mongo DB URL Here--->'
PORT = 9000
SECRET = Tshirts // any hash key for password encryption
STRIPE_SK ="<--Secret key of your stripe payment gateway-->"

This project use stripe as payment gate so u have to use it's Secret key which is present in your stripe dashboard. Make a .env file to declare all the above environment variabale.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published