https://github.com/gokul1630/ecommerce
https://github.com/gokul1630/ecommerce
expressjs firebase jsonwebtoken material-ui mongodb react redux redux-saga
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gokul1630/ecommerce
- Owner: gokul1630
- Created: 2021-08-22T09:55:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T09:01:21.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T01:58:16.434Z (over 1 year ago)
- Topics: expressjs, firebase, jsonwebtoken, material-ui, mongodb, react, redux, redux-saga
- Language: JavaScript
- Homepage: https://gokul1630.github.io/ecommerce
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecommerce Frontend
## Ecommerce App using MERN Stack

[](https://www.codefactor.io/repository/github/gokul1630/ecommerce)
[](https://lgtm.com/projects/g/gokul1630/ecommerce/context:javascript)
[](https://lgtm.com/projects/g/gokul1630/ecommerce/alerts/)
## This is Frontend Repo build with React, click here for backend repo
## Running This Repo Locally
### You need to create a .env file with below contents in root of the project
```
REACT_APP_BACKEND_URL=
REACT_APP_API_KEY=
REACT_APP_AUTHDOMAIN=
REACT_APP_PROJECTID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=
REACT_APP_APPID=
```
## Then run npm i && npm start to start the server
## Packages Used
- react
- axios
- redux-toolkit
- redux-saga
- firebase
- material-ui
- react-bootstrap
- react-router
## Some Screenshots of this App
### Home

### Product Description

### Cart

### User Dashboard

### Admin Dashoard for Adding new Product
