MehryarSadati / ananas-shop

A Django powered shop for ananas :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ananas shop

Pinia logo

![Forks]

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributors

About The Project

This repository helps Reza to build his own site for selling pineapple online.! It is powered by Python and Django.

(back to top)

Built With

  • [Python 3.10]
  • Powered by Django.

(back to top)

Getting Started

Prerequisites

Create and active a virtual env:

  • python
    python3 -m venv venv
    source venv/bin/activate

Installation

  1. Clone the repo
    git clone https://github.com/la1665/ananas-shop
  2. Install requirements:
pip install -r requirements
  1. Run the project:
    python3 manage.py makemigrations
    python3 manage.py migrate
    python3 manage.py runserver

(back to top)

Contributors

Projects members:

(back to top)

About

A Django powered shop for ananas :)


Languages

Language:Python 70.4%Language:HTML 28.8%Language:CSS 0.8%