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

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


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

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# E-pharma

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

### Tech Used

- [ReactJS]
- [node.js]
- [Stripe]

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

```sh
$ git clone origin https://github.com/NaveenMohanty/E-pharma-client.git
$ cd E-pharma-client
$ npm install
$ node app.js
```

### This project has .env file for Environment Variable.

```
REACT_APP_BACKEND=<--Backend URL-->/api
REACT_APP_STRIPEPK="<--Stripe Public Key-->"
```

> This project use stripe as payment gateway so you have to use it's Public key which is present in your [Stripe] dashboard.
> Make a .env file to declare all the above environment variabale.

[reactjs]: https://reactjs.org/
[node.js]: http://nodejs.org
[stripe]: https://www.npmjs.com/package/stripe