Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naveenmohanty/mytshirt-frontend
This is the frontend (React JS based) code base for my E-commerce( mytshirt ) website project
https://github.com/naveenmohanty/mytshirt-frontend
Last synced: 4 days ago
JSON representation
This is the frontend (React JS based) code base for my E-commerce( mytshirt ) website project
- Host: GitHub
- URL: https://github.com/naveenmohanty/mytshirt-frontend
- Owner: NaveenMohanty
- Created: 2021-01-04T06:46:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T07:06:51.000Z (about 4 years ago)
- Last Synced: 2024-11-20T19:33:44.329Z (2 months ago)
- Language: JavaScript
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyTshirt
This is the frontend of MyTshirt E-commerce website project.
[Link to Working project's website](https://myshirtstore.herokuapp.com/)### Tech Used
- [ReactJS]
- [node.js]
- [Stripe]### How to clone and run this project to your system.
```sh
$ git clone https://github.com/NaveenMohanty/mytshirt-frontend.git
$ cd mytshirt-frontend
$ 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