An open API service indexing awesome lists of open source software.

https://github.com/mohamadanasfattoum/simple-e-commerce-shop

Simple-E-Commerce-Shop
https://github.com/mohamadanasfattoum/simple-e-commerce-shop

corsheaders css django django-rest-framework html javascript python simple-jwt

Last synced: 3 months ago
JSON representation

Simple-E-Commerce-Shop

Awesome Lists containing this project

README

        

# 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:
```bash
git clone https://github.com/mohamadanasfattoum/Simple-E-Commerce-Shop.git
cd Simple-E-Commerce-Shop
```

2. Installiere die Abhängigkeiten:
```bash
pip install -r requirements.txt
```

3. Starte den Django-Server:
```bash
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
![](https://github.com/mohamadanasfattoum/Simple-E-Commerce-Shop/blob/main/dashboard-screenshot.png)