shivamanipatil / Buy-sell

Simple Buy/sell webapp in Django with users and simple wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install required packages:

python -m pip install Django
python -m pip install pip

To run project:

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Create Super user:

python manage.py createsuperuser

To use admin site:

http://127.0.0.1:8000/profile/

Implemented features:

  1. Login and logout feature for seller/buyer.
  2. Registering new users
  3. Images upload for products
  4. Functional wallet for user with default 5000 balance
  5. Admin can add any amount to any user's wallet.
  6. Transaction history

Non-Implemented features:

References:

  1. Corey scafer django series
  2. stackoverflow

About

Simple Buy/sell webapp in Django with users and simple wallet


Languages

Language:Python 73.7%Language:HTML 25.2%Language:CSS 1.1%