Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zinmyoswe/react-and-django-ecommerce
Ecommerce website built with React Redux, Python, and Django
https://github.com/zinmyoswe/react-and-django-ecommerce
axios django django-ecommerce django-rest-framework python react redux shopping-cart
Last synced: 2 days ago
JSON representation
Ecommerce website built with React Redux, Python, and Django
- Host: GitHub
- URL: https://github.com/zinmyoswe/react-and-django-ecommerce
- Owner: zinmyoswe
- Created: 2019-10-11T05:42:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:14:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T05:47:52.966Z (over 1 year ago)
- Topics: axios, django, django-ecommerce, django-rest-framework, python, react, redux, shopping-cart
- Language: Python
- Homepage:
- Size: 203 KB
- Stars: 31
- Watchers: 4
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django React Ecommerce
## Backend development workflow
`virtualenv env`
# For Mac/ Linux
`source env/bin/activate`
# For Window
`env\scripts\activate`
`pip install -r requirements.txt`
`python manage.py makemigrations`
`python manage.py migrate`
`python manage.py createsuperuser` for test login
`python manage.py runserver`
## Frontend development workflow
```json
npm i
npm run start
```## For deploying
```json
npm run build
```