Skip to content

mohamadanasfattoum/Simple-E-Commerce-Shop

Repository files navigation

Simple E-Commerce Shop

Ein einfaches E-Commerce-Shop-Projekt, das mit Django als Backend und HTML, CSS sowie JavaScript für das Frontend entwickelt wurde. Dieses Projekt zeigt, wie man eine Dashboard-Oberfläche erstellt, die mit einer Django-API kommuniziert.

Technologien

  • Backend: Django, Django REST Framework
  • Frontend: HTML, CSS, JavaScript
  • Datenbank: SQLite

Installation

  1. Klone das Repository:

    git clone https://github.com/mohamadanasfattoum/Simple-E-Commerce-Shop.git
    cd Simple-E-Commerce-Shop
  2. Installiere die Abhängigkeiten:

    pip install -r requirements.txt
  3. Starte den Django-Server:

    python manage.py runserver
  4. Öffne deinen Browser und gehe zu http://127.0.0.1:5500/frontend/login.html.

Entwicklung

Ich plane, dieses Projekt weiterzuentwickeln und neue Funktionen hinzuzufügen. Bleib dran für Updates!

project screenshot