Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasinzhyper/shopqwik
https://github.com/yasinzhyper/shopqwik
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yasinzhyper/shopqwik
- Owner: YasinzHyper
- Created: 2024-05-01T15:20:09.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-03T12:28:38.000Z (8 months ago)
- Last Synced: 2024-05-04T01:09:43.439Z (8 months ago)
- Language: Dart
- Size: 979 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopQwik
A full stack shopping application with an admin panel and a variety of other features.
## Features
### Admin Panel
- Add, delete and view Products
- Deleting Products
- View Orders
- Changing Order Status
- View Total Earnings
- View Category Wise Earning Data (on a Graph)
### User Side
- Email & Password Authentication
- Searching and Filtering Products (Based on Category)
- Rating the products and displaying the averge rating on product detail page
- Viewing Product Details
- Fetching and displaying Deal of the Day
- Cart Screen to increase/decrease product quantity
- Viewing Orders, order details and status
- Check out with Google pay / cash on delivery
- Sign Out## Images:
## Steps to Run:
### Step 1: Server side
```bash
cd server
npm install
npm run dev (for continuous development)
```### Step 2:
First make sure to open up a simulator (android) or connect a physical device.
```bash
flutter pub get
flutter run
```## Tech Stack:
**Server Side**: Node.js, Express, Mongoose, MongoDB, Cloudinary, Heroku.
**Client Side**: Flutter, Provider, http, sharedpreferences, pay, file_picker.