Skip to content

Latest commit

 

History

History
executable file
·
37 lines (22 loc) · 1.05 KB

File metadata and controls

executable file
·
37 lines (22 loc) · 1.05 KB

37 Boroughs

Created by: Alanna, Ariane, Chris, Constantino, Ian

image

PURPOSE OF PROJECT:

The goal of this project is to provide a platform for photographers, travelers, and businesses alike to be able to share photos of their local or favorite community in San Francisco. You will be able to:

  • Discover all the hidden gems 💎
  • Help others find all the little nooks and crannies 📍
  • Upload your findings 📷

Deployed on Heroku:

https://boroughs37.herokuapp.com/

Dependencies & USER INSTRUCTIONS :

Dependencies are added to the requirements.txt file.

Usage of virtualenv is highly recommended. Please use the following steps to install this django project.

Following steps requires using a terminal.

Install virtualenv if it's not installed before

$ pip3 install virtualenv

Use the following to set up the project

virtualenv venv --distribute
source venv/bin/activate
pip install -r requirements.txt 

HOW TO START THIS PROJECT

$ python3 manage.py runserver