EcommerceWebsite
1.0.0

โครงการนี้เป็นตลาดออนไลน์ที่สร้างขึ้นโดยใช้ React และ Redux สำหรับส่วนหน้าและ Django กับ Django Rest Framework (DRF) สำหรับแบ็กเอนด์ การออกแบบมีสไตล์โดยใช้ bootstrap
โคลนที่เก็บ:
git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-nameสร้างสภาพแวดล้อมเสมือนจริงและเปิดใช้งาน:
python -m venv venv
source venv/bin/activate # On Windows use `venvScriptsactivate`ติดตั้งการพึ่งพาแบ็กเอนด์:
pip install -r requirements.txtตั้งค่าฐานข้อมูล:
python manage.py migrateสร้าง superuser:
python manage.py createsuperuserเรียกใช้เซิร์ฟเวอร์การพัฒนา:
python manage.py runserverนำทางไปยังไดเรกทอรีส่วนหน้า:
cd frontendติดตั้งการพึ่งพาส่วนหน้า:
npm installเริ่มเซิร์ฟเวอร์การพัฒนาส่วนหน้า:
npm starthttp://localhost:3000http://localhost:8000/api git checkout -b feature/your-feature )git commit -m 'Add some feature' )git push origin feature/your-feature )โครงการนี้ได้รับใบอนุญาตภายใต้ใบอนุญาต MIT - ดูไฟล์ใบอนุญาตสำหรับรายละเอียด