This is a ascetic e-commerce website built with Vue3 and CSS and Django DRF. This website features a modern and intuitive design, with easy-to-use navigation and a simple shopping experience that puts the focus on the products.
This version provides whole refactored vue components and introduces basic backend that allowes anyone to continue real store development.
Credits for the design goes to Abderraouf
👉 Live Demo: Ecommerce Demo
» Django DRF API» VueJS
» Docker
» PostgreSQL
» Vanilla CSS


To get started with the project, follow these steps:
Feel free to connect with me on Linkedin
-
Install Docker
-
Clone the repository:
git clone https://github.com/Heimlet/ascetic.git
cd ascetic
- Set up and modify .env file from .env.example
cp .env.example .env
- Run Docker Container
docker-compose up --build -d
- Run populate_data management command at backend container. This command creates sample projects introduced at preview.
docker-compose exec web python3 manage.py populate_data