Git Product home page Git Product logo

mangodjango's Introduction

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…

mangodjango's People

Contributors

cathy347le avatar

Stargazers

 avatar

Watchers

 avatar

mangodjango's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.