An open API service indexing awesome lists of open source software.

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

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…]()