Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

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

Notifications You must be signed in to change notification settings

shivamanipatil/Buy-sell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published