Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naveenmohanty/e-pharma-backend


https://github.com/naveenmohanty/e-pharma-backend

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# E-pharma

This is the backend of E-pharma E-commerce website project.
[Link to Working project's website](https://pandemic-e-pharma.herokuapp.com/)

### Tech Used

- [MongoosJS]
- [node.js]
- [Express]
- [Stripe]

### How to clone and run this project to your system.

```sh
$ 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.

[mongoosjs]: https://mongoosejs.com/
[node.js]: http://nodejs.org
[express]: http://expressjs.com
[stripe]: https://www.npmjs.com/package/stripe