Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kayprogrammer/djackets-ecommerce
- Owner: kayprogrammer
- Created: 2022-04-12T18:29:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T18:47:21.000Z (over 2 years ago)
- Last Synced: 2024-04-16T02:22:27.125Z (9 months ago)
- Topics: axios, django-rest-framework, stripe, vuejs
- Language: Vue
- Homepage:
- Size: 1.94 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.