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: 11 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T18:47:21.000Z (over 3 years ago)
- Last Synced: 2025-01-29T15:21:58.076Z (about 1 year 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.

### 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.