ongraphpythondev / Urban_clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Urban Clone

In this POC I clone the urban clap. User get autheticated by the gmail when register. User can order , add to cart as well as see the profile.

Prerequisites

You will need the following programmes properly installed on your computer.
Python 3.7+

Installation and Running

clone the repository

git clone https://github.com/ongraphpythondev/Urban_clone.git
cd Urban_clone

create a vertual environment

python3 -m venv .venv
.venv/bin/activate.bat

install required packages

pip install -r requirements.txt

running

python manage.py runserver

Functionalities Included:

  1. user login
  2. user logout
  3. user profile
  4. user registration
  5. user forget password
  6. user cart
  7. user order

About


Languages

Language:Python 97.2%Language:HTML 1.1%Language:JavaScript 0.9%Language:CSS 0.7%Language:PowerShell 0.2%Language:Batchfile 0.0%