this is an online marketplace where users can sell/buy old and new things, it comes with the security of Django Encryption and interactive UI giving its Users a good Experience. There is also a feature of chatting so users can interact with each other and Deal with the Product.
- Simple Ui
- secure login/logout
- Cross platfom
- add new items
- Real time Chat
- Edit and Delete items
to Run this project in your local system you should have following repository and follow the installation process.
- python3
- Vscode Ide
- Django look at requirment.txt for more Detail.
-
Clone the repository:
git clone https://github.com/abhishek887229/Django-base-online-Marketplace.git
-
open terminal and run the following commands to Save the Database in your System
$ python manage.py makemigrations $ python manage.py migrate
-
then Simply run the command to start the server.
$python manage.py runserver
If you have any question or issues, It may have bugs that i may have missed. You can create Pull request or you can also contact me.