This is a simple ecommerce web application built with Django rest framework and VueJs.
- Django Rest Framework
- VueJs
- Stripe Developers Api
- Download this repository
In the backend root directory. Run:
pip install -r requirements.txtto install all python dependenciespython manage.py runserverto start the local server.
In the frontend root directory. Run:
npm installto install all vue dependenciesnpm run serveto start the local server.
Check http://localhost:8080 to view application on your browser.
