EducatedCamels / djangazon

Django powered web application for Bangazon site
0 stars 0 forks source link

Bangazon E-Commerce Web Site

About This Project

Bangazon is an e-commerce web site that allows users to post products to sell and to purchase products created by other users. Think about it as a combination of Amazon and Craigslist.

This project is powered by Python and Django.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites/Dependencies

Install pip

Install Python 3.6

Install dependencies:


[pillow] pip install pillow

Install Django and REST framework:

pip install django

Installing

Clone repo:

cd 'name of directory where you will clone project'
git clone https://github.com/EducatedCamels/djangazon.git
cd djangazon

Setting up the database:

./damnit_django.sh 

Run project in browser:

python manage.py runserver

Running the tests

python manage.py test

5 tests will run. All tests should pass.

Deployment

No additional resources required.

Built With

Authors


Acknowledgments

Thanks to Steve Brownlee and Meg Ducharme for mentoring and encouraging us every step of the way!