/This4That

Bartering Web App that allows users to share descriptions of goods and services for barter

Primary LanguagePython

This4That

original proposal

formerly named BarterCoin, rebranded as This4That

new repository for back end development. previous repository

v2

Deployed at This4That (under construction)

v1 - How to use

-Clone repository

-In terminal navigate to your local directory where you saved the repository

-Navigate to the mysite directory

-Enter python3 manage.py runserver

-Then, open your browser and in the url field enter http://127.0.0.1:8000

-To see authenticated user access, you will need to create a superuser. Enter Control-C to exit runserver mode and enter python3 manage.py createsuperuser then follow the prompts. Once your superuser account is created, you can spin the server back up and use your superuser account to log in on the website

Credits

Make School

Django

DB Browser for SQLite

Google