Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyse12138/all-your-electronics
An e-commercial website for electronics. Tech Stack: TypeScript, Vue, Node, socket.io
https://github.com/vyse12138/all-your-electronics
nodejs socket-io typescript vue
Last synced: about 10 hours ago
JSON representation
An e-commercial website for electronics. Tech Stack: TypeScript, Vue, Node, socket.io
- Host: GitHub
- URL: https://github.com/vyse12138/all-your-electronics
- Owner: vyse12138
- License: mit
- Created: 2021-05-09T03:36:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T10:37:57.000Z (about 3 years ago)
- Last Synced: 2023-03-10T02:43:40.443Z (almost 2 years ago)
- Topics: nodejs, socket-io, typescript, vue
- Language: Vue
- Homepage:
- Size: 2.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# all-your-electronics
## Project description
It is a e-commercial website for electronics including both front-end and back-end.
### Functionality
The following functionality is implementented:
1. For customer end:
- user login and signup
- View store catalog
- Add item to shopping cart
- Manage shopping cart and check out
- Track order history and their shipment state
- Leave feedback
- Real-time chat with staff2. For admin end:
- Manage products
- Manage orders
- View sale report in specified time range
- View custom's feedbacks
- Reply to custom's real-time chat### Technologies
Front-end technologies:
- Vue 3
- Vuex
- VueRouter
- Element Plus
- Vite
- TypeScript
- socket.ioBack-end technologies:
- Node.js
- Express.js
- socket.io## Preview the Project
1. install Node.js from https://nodejs.org/en/
2. clone the project
3. redirect to project folder and bring up your command line tool
4. type following commands in listed order:
- `cd backend`
- `npm i`
- `npm run start`
5. bring up your browser and go to http://localhost:3000 for preview