One of my favorite projects with user recommendation, like, review and ofcourse api.
This project is built using Django and includes basic frontend styling with HTML, CSS, Bootstrap, and some JavaScript. I usually focus on the backend side of things and try to keep things simple and clean. Each project I make is a way for me to learn something new or reinforce what I already know.
- Python
- Django
- HTML
- CSS
- Bootstrap
- JavaScript
Hi, I'm Ashkan — a junior Django developer who recently transitioned from teaching English as a second language to learning backend development. I’m currently focused on improving my skills, building projects, and looking for opportunities to work as a backend developer. You can find more of my work here: My GitHub Linkdin
- Clone the repository
git clone https://github.com/AsHkAn-Django/django-ecommerce.git
- Navigate into the folder
cd django-ecommerce
- Create a virtual environment and activate it
python -m venv .venv
source .venv/bin/activate # Or .venv\Scripts\activate on Windows
- Install the dependencies
pip install -r requirements.txt
- Run the server
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
COMING SOON!!!