Skip to content

The Trade Hub Django backend project is designed to provide a simple and efficient platform for trade and exchange. With this app, you can create, edit, and manage listings, as well as user profiles and transactions. This project employs the Django framework and features a clean and minimalistic design, providing excellent user experience.

Notifications You must be signed in to change notification settings

tymnec/Trade-Hub--puddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trade-Hub puddle

Overview

Trade Hub is an online marketplace built using the Django web framework. It allows users to buy and sell items using a secure and user-friendly interface. Watch the video

Features

  1. User registration and authentication
  2. Product listings with images and descriptions
  3. Product search and filtering
  4. Secure payment processing (Comming Soon).

Installation

This is not for production. To run Trade Hub on your local machine, follow these steps:

  1. Clone the repository:
git clone <--clone this project-->
  1. Create a virtual environment and install dependencies:
cd trade-hub
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
  1. Set up the database:
python manage.py migrate
python manage.py createsuperuser
python manage.py loaddata fixtures/products.json
  1. Start the development server:
python manage.py runserver
  1. Visit http://localhost:8080 or url shown on Terminal in your web browser to access Trade Hub.

Contributing

If you would like to contribute to Trade Hub, please read our contributing guidelines(coming soon) and submit a pull request.

License

Trade Hub is licensed under the MIT License.

About

The Trade Hub Django backend project is designed to provide a simple and efficient platform for trade and exchange. With this app, you can create, edit, and manage listings, as well as user profiles and transactions. This project employs the Django framework and features a clean and minimalistic design, providing excellent user experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published