Loading repository data…
Loading repository data…
amirhamidi2001 / repository
A Django-based e-commerce platform with features for shopping, blogging, user management, order processing, and more. It comes with an admin dashboard, cart management, and a responsive website interface.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Goriila is a Django-based e-commerce platform with features for shopping, blogging, user management, order processing, and more. It comes with an admin dashboard, cart management, and a responsive website interface.
🌐 Access the live site here: https://goriilashop.com
core/
├── accounts/ # User authentication and management
├── blog/ # Blog posts and related features
├── cart/ # Shopping cart functionality
├── dashboard/ # User dashboard for profile, orders, wishlist, etc.
├── order/ # Order management, invoices, and store settings
├── shop/ # Product catalog and shop management
├── website/ # Main website pages
├── core/ # Django project settings, URLs, WSGI, ASGI
├── manage.py
├── media/ # Uploaded images and files
├── staticfiles/ # CSS, JS, SCSS, and vendor libraries
# Clone the repository
git clone https://github.com/Amirhamidi2001/goriila.git
cd goriila
# Create virtual environment
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Apply migrations
python manage.py migrate
# Create superuser
python manage.py createsuperuser
# Run the server
python manage.py runserver
docker-compose up --build
The app will be available at http://localhost:8000.
/admin/./shop/./blog/./cart/./dashboard/.git checkout -b feature/YourFeaturegit commit -m 'Add some feature'git push origin feature/YourFeatureThis project is licensed under the MIT License.
Amir Hamidi – GitHub