Skip to content

Cathy347Le/MangoDjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MangoDjango

Django Hackathon Project

Pet E-Commerce site built with Python, Django and Bootstrap.

Screen Shot 2019-04-05 at 4 23 47 PM

Getting Started

Clone the repo. cd into the folder:

cd MangoDjango  

Prerequisites

To run this repo please have Python 3 and pip installed. PostgresSQL also needs to be installed and running.

Installing

Installation

Run the following command to install dependencies:

pipenv install

Then run the following command to enter the virtual environment:

pipenv shell

Set up your PostqreSQL database and make your migrations to run the seed file

psql -U postgre -f settings.sql
python3 manage.py makemigrations
python3 manage.py migrate


Lastly, run this command to run the server:

python3 manage.py runserver

To access the front-end navigate to http://localhost:8000 in your browser. To access the back-end navigate to http://localhost:8000/admin in your browser.

Deployment

The app is currently not deployed live and must be run locally

Authors

Team MangoDjango [Konjo] (https://github.com/konjoinfinity) [Cathy Le] (https://github.com/Cathy347Le) [Jasmin Vargas](https://github.com/jasvr Yoshi Maisami

Acknowledgments

Big thanks to…

About

Project 4: Django Hackathon Group Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages