Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hishamk1999/shopex-shopping
https://github.com/hishamk1999/shopex-shopping
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hishamk1999/shopex-shopping
- Owner: hishamk1999
- Created: 2023-01-12T16:02:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T16:25:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T11:49:57.214Z (about 2 months ago)
- Language: JavaScript
- Size: 6.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopex Shopping
Shopex is an eCommerce furniture website application built with [React js](https://reactjs.org/) and
[Sass](https://sass-lang.com/), using [JSON-server](https://github.com/typicode/json-server) for
database also using [JSON-server-auth](https://github.com/jeremyben/json-server-auth)
for JWT authentication middleware for JSON Server Because you also need a fake
authentication & authorization flow for your prototyping.## Features
- Shop
- Add to cart
- Add product
- Auth (login - sign in)
- Dashboard## Tech Stack
**Client:** React, Redux Toolkit, Bootstrap, Sass,
React Router Dom, React Slick, Axios, React Image Uploading, React Icons, EmailJS/browser**Server:** JSON Server, JSON Server Auth
## Installation
> **Note**
> When you open the project in visual studio code, it should automatically run all of these line commands if not do it manually.Install Shopex with npm
```bash
'new terminal'
cd clint
npm install
npm start
---------------------------
'new terminal'
cd server
npm install
npm run serve
```## Presentation
You can also look at the presentation in here which presents the project tools, pages, organizing and structuring approaches taken before and while going through the project, and also some diagrams for some of its key features.[ShopexPresentation.pptx](https://github.com/abdulrahman3mad/Shopex-Shopping/files/10304632/ShopexPresentation.pptx)