https://github.com/naveenmohanty/e-pharma-client
https://github.com/naveenmohanty/e-pharma-client
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naveenmohanty/e-pharma-client
- Owner: NaveenMohanty
- Created: 2021-06-01T06:45:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T07:04:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T14:14:57.510Z (4 months ago)
- Language: JavaScript
- Size: 230 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 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