https://github.com/cungthinh/phone-selling-website
A full feature phone selling website using ReactJS for client and Django Rest Framework for Server
https://github.com/cungthinh/phone-selling-website
django-rest-framework reactjs stripe
Last synced: 4 months ago
JSON representation
A full feature phone selling website using ReactJS for client and Django Rest Framework for Server
- Host: GitHub
- URL: https://github.com/cungthinh/phone-selling-website
- Owner: CungThinh
- Created: 2024-08-12T16:23:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:52:53.000Z (11 months ago)
- Last Synced: 2025-01-22T18:35:51.826Z (5 months ago)
- Topics: django-rest-framework, reactjs, stripe
- Language: JavaScript
- Homepage:
- Size: 32.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phone Selling Website
A full feature website for phone selling
- Admin Panel
- Order
- Payment - Stripe API
- Product
- User## Tech Stack
**Client:** React, Redux,
**Server:** Django-rest, JWT, SQLite, Stripe Payment
## Contributor
Shout out to:- [@HoangThien77](https://github.com/HoangThien77)
- [@HieuNT](https://github.com/HieuNT22012296)
- Me## Reference
- [@Thank you for the author of this videos for our ideas](https://www.youtube.com/watch?v=tEMrD9t85v4&t=70s)
## Run Locally
Clone the project
```bash
git clone https://github.com/CungThinh/phone-selling-website.git
```Go to the project directory
```bash
cd Backend
cd root
```Install dependencies
```bash
pip install requirements.txt
```Start the server
```bash
python3 manage.py runserver
```Go to the project directory
```bash
cd PSWeb_Client
```Install dependencies
```bash
npm install
```Start the client
```bash
npm start
```
## First look
![Uploading Screenshot 2024-08-12 at 23.50.22.png…]()