Skip to content

A Django-based web application developed as part of my journey into backend development. This project includes core features such as user authentication, cart management, and an admin interface, along with more advanced implementations like a recommendation engine and a custom API for book data.

Notifications You must be signed in to change notification settings

AsHkAn-Django/django-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-ecommerce-with-api

One of my favorite projects with user recommendation, like, review and ofcourse api.

About the Project

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.

Technologies Used

  • Python
  • Django
  • HTML
  • CSS
  • Bootstrap
  • JavaScript

About Me

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

How to Use

  1. Clone the repository git clone https://github.com/AsHkAn-Django/django-ecommerce.git
  2. Navigate into the folder cd django-ecommerce
  3. Create a virtual environment and activate it python -m venv .venv source .venv/bin/activate # Or .venv\Scripts\activate on Windows
  4. Install the dependencies pip install -r requirements.txt
  5. Run the server python manage.py migrate python manage.py createsuperuser python manage.py runserver

Tutorial

COMING SOON!!!


About

A Django-based web application developed as part of my journey into backend development. This project includes core features such as user authentication, cart management, and an admin interface, along with more advanced implementations like a recommendation engine and a custom API for book data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published