Skip to content

Prones94/37_Boroughs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.0%
  • Python 40.8%
  • CSS 13.2%
  • JavaScript 2.0%