Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naveenmohanty/e-pharma-backend
https://github.com/naveenmohanty/e-pharma-backend
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/naveenmohanty/e-pharma-backend
- Owner: NaveenMohanty
- Created: 2021-06-01T06:42:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T07:07:20.000Z (over 3 years ago)
- Last Synced: 2024-11-20T19:33:44.996Z (2 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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