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

https://github.com/kayprogrammer/ecommerce-store-with-django

A small ecommerce store application built with Django
https://github.com/kayprogrammer/ecommerce-store-with-django

django html-css-javascript

Last synced: 3 months ago
JSON representation

A small ecommerce store application built with Django

Awesome Lists containing this project

README

          

# CRM ECOMMERCE

This is a simple ecommerce store with paypal payment gateway.

![alt text](https://github.com/kayprogrammer/ecommerce-store-with-django/blob/master/display.png?raw=true)

### Built with...
* Django
* HTML/CSS/JAVASCRIPT
* Paypal Developers Api

### How to Test Locally...

* Download this repository
In your root directory. Run:
* `pip install -r requirements.txt` to install all dependencies
* `python manage.py runserver` to start the local server.

Check [http://localhost:8000](http://localhost:8000) to view application on your browser