Skip to content

Bappy4u/nBuysell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nBuysell

A Marketplace for buy sell new and old products!

Live link: nBuySell

If you'd like to check as a user. Here is credential:

User: john
password: password4john

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/Bappy4u/nBuysell.git
$ cd nBuySell

Create a virtual environment to install dependencies in and activate it:

if you have pipenv installed in your machine

$ pipenv install

It will install a virtual environment for you and will install all the dependencies

  • Select that environment as your python interpreter

Once you select and run virtual environment that you just installed :

  • To migrate all the settings command this in the terminal
(nBuySell) $ python manage.py migrate
  • Finally
(nBuySell) $ python manage.py runserver

And navigate to http://127.0.0.1:8000/

  • To check the admin pannel create a super user
(nBuySell) $ python manage.py createsuperuser

What I've used in this project

* Python 3.8

* Django

* Django-orm

* JavaScript

* SQLite

* pythonanywhere.com for deployment

Incomplete feature:

* Live chat person to person

Walkthrough

Homepage

home

Product Page

prod-cat

My product Page

my-product-cat

Add product

add-product-form

Drag and drop image upload page

image upload

Product Edit page

edit-prod

My product & Saved product listing page

saved-product

Login

login

Signup Page

sign-up