Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chanakyha/flipzon
This is an ecommerce site, given as a project by codechef Development team, this project will be using JavaScript mainly
https://github.com/chanakyha/flipzon
json-api node-js nodejs
Last synced: about 1 month ago
JSON representation
This is an ecommerce site, given as a project by codechef Development team, this project will be using JavaScript mainly
- Host: GitHub
- URL: https://github.com/chanakyha/flipzon
- Owner: chanakyha
- Created: 2022-01-17T17:24:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T09:00:30.000Z (almost 3 years ago)
- Last Synced: 2023-12-01T10:32:44.829Z (about 1 year ago)
- Topics: json-api, node-js, nodejs
- Language: HTML
- Homepage: https://flipzon-project.herokuapp.com/
- Size: 8.11 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flipzon
Live Preview of the Site: https://flipzon-project.herokuapp.com/
## To run the site in localhost
- Donwload Node.Js from https://nodejs.org/dist/v16.14.0/node-v16.14.0-x64.msi
- Then type "npm install -g nodemon"
- Then type "nodemon" to run the site on localhost port 3000
- Open the browser go to localhost:3000 to view the site## Pages List
- Home Page
- Login/Create Account Page
- Account Details
1. Personal Information (Profile)
2. Your Orders
3. Card Details
- Each Mobile Specs Pages
- Cart Page
- Payment Method - D-CARD\C-CARD\UPI\GPAY
- About us## Json Files
- Customer Details
1. Id
2. Name
3. Age
4. Mobile Number
5. Email Address
6. Password
7. Prime/Not-Prime Customer- Mobile Details
1. id
2. Mobile Brand
3. Mobile Model
4. Product Image
5. Specs- Display
- Processor
- Front Camera
- Rear Camera
- Ram
- Storage
- Battery Capacity
- OS
- Expandable storage
- Dual Sim
- Refresh Rate6. MRP Price
7. Offer Percentage- Order Details
1. Id
2. Ordered by (id of that customer)
3. Product Ordered
4. Delivery Date
5. Delivery Status - Ordered/Processing/Shipping/Out-for-delivery/Closed- Coupon Details
1. Id
2. Coupon Name
3. Coupon Desc
4. Coupon Tag
5. Price Reduction Per(%)## Team Members - Pages
| S.No | Name | Pages |
| ---- | ---------------- | ------------------------------------ |
| 1 | Chanakyha | ["Create Account/Login Page","Cart"] |
| 2 | Atharva | ["Account Details"] |
| 3 | Rashwanth | ["Home Page","Payment Method"] |
| 4 | Jyothi Sai Kiran | ["Each Mobile Page","About Us"] |