Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```