Skip to content

A simple trading website designed for game items. Uses Steam Login.

License

Notifications You must be signed in to change notification settings

pedro-walter/django-trade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-trade

A simple item trading application, designed for gaming items. Is integrated with Steam Login and has user registration using django-allauth. Includes sample items from Rocket League, probably outdated.

Demo

You can see it in action here.

How to install locally

  1. Clone this repository
  2. Install the needed software. On a Debian based system (tested on Linux Mint): sudo apt-get install npm nodejs nodejs-legacy python-virtualenv
  3. Install bower: sudo npm install -g bower
  4. Create a virtual environment: virtualenv venv
  5. Load the environment: source venv/bin/activate
  6. Install dependencies pip install -r requirements.txt
  7. Edit django-trade/settings.py file, setting the SECRET_KEY and STEAM_API_KEY (if you plan to use this feature). You can use this site for random key.
  8. Create the database ./manage.py migrate
  9. Install bower dependencies ./manage.py bower_install
  10. Run the development server ./manage.py runserver

Have fun!

About

A simple trading website designed for game items. Uses Steam Login.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published