tomstaan / ecommerce-base

Base ecommerce system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECOMMERCE MANAGER

ecom_design (2)

Ecommerce management system build with the help of the Stripe api, lets users manage their ecommerce store, by managing products, categorising products, viewing sales in real time and viewing their transactions.

Backend

The backend api is build using Django which is linked to the stripe api and is used to handle requests for users.

User Authentication is handled using tokens with the help of Django Rest Knox. Once the user is logged in a token is sent to the frontend, when a user log's out the token is destroyed.

Frontend

The frontend is build using React with the help of Redux as a state controller.

The frontend is compiled using Babel.

Pages are rendered using Webpack as a bundler.

Link to Demo

About

Base ecommerce system

License:MIT License


Languages

Language:JavaScript 44.4%Language:Python 34.7%Language:CSS 19.7%Language:HTML 0.7%Language:Dockerfile 0.4%Language:Shell 0.0%