Skip to content

Shawner1/NYC-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

WELCOME TO "Project 2: Build a New York City Guide in Django!". WITH OUR FUN AND EASY TO USE WEBSITE, YOU CAN CHECK OUT ALL THE ACTIVITIES IN EACH BOROUGH!

GROUP MEMBERS:

https://github.com/DDavis-CP

https://github.com/Shawner1

OUR NYC GUIDE IS A LOT OF FUN! BELOW, FOLLOW THIS QUICK TECHNICAL SET-UP SO YOU CAN START USING IT:

1.CREATE AND RUN A VIRTUAL ENVIRONMENT USING VENV:

A) first: mkdir [name of your directory]

B) second: [name of your directory]

C) then: clone into directory: https://github.com/Shawner1/NYC-Guide.git

D) next: python -m venv django-env (or python3 -m venv django-env)

E) now: (Windows users) django-env\Scripts\activate.bat

(Bash users) source django-env/Scripts/activate

(Unix or MacOS) source django-env/bin/activate

2.INSTALL PROJECT DEPENDENCIES WITH PIP:

A) here: pip install django

3.RUN THE DJANGO APLICATION:

A) do: pip freeze > requirements.txt

B) execute: python manage.py runserver

C) finally: http://127.0.0.1:8000/

CONGRATULATIONS! YOU DID IT! NOW EXPLORE NYC USING OUR FUN GUIDE!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages