Skip to content

small webapp that is in the works, started at MHacks. The concept is an skate session locator, that will display to skaters all the skate sessions that are in their area. Users will be able to create sessions, which will be entered into a database, and then Google Maps API will pull the information from the database and display it on a map. Usin…

Notifications You must be signed in to change notification settings

andrewtran634/bside

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bside

Web app in the works using Django to find local skate shops around a entered location

#How to download and use...because it's not deployed...yet! 1. Clone, or download zip file to a directory 2. In the directory, if you don't have django, download it! -Make sure your path has python (if you are a windows user), and you have pip installed --if not, install pip, it's the bomb! -install django to the directory you have the project in --> python -m pip install django 3. Install all the other dependencies with pip install -r requirements.txt 4. run this command --> python manage.py runserver 5. open a browser, preferably firefox or chrome, and go to 127.0.0.1:8000/ (unless otherwise specified when running the server) You're done!

About

small webapp that is in the works, started at MHacks. The concept is an skate session locator, that will display to skaters all the skate sessions that are in their area. Users will be able to create sessions, which will be entered into a database, and then Google Maps API will pull the information from the database and display it on a map. Usin…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published