Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kayprogrammer/djackets-ecommerce

Ecommerce application built with Django Rest Framework and VueJs
https://github.com/kayprogrammer/djackets-ecommerce

axios django-rest-framework stripe vuejs

Last synced: about 2 months ago
JSON representation

Ecommerce application built with Django Rest Framework and VueJs

Awesome Lists containing this project

README

        

# Djackets

This is a simple ecommerce web application built with Django rest framework and VueJs.

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

### Built with...
* Django Rest Framework
* VueJs
* Stripe Developers Api

### How to Test Locally...

* Download this repository

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

In the frontend root directory. Run:
* `npm install` to install all vue dependencies
* `npm run serve` to start the local server.

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