The motley crew members that contributed to this city guide: Richard Lee (a.k.a. – rlee794) & David Kramer (a.k.a. - Dave218)
This is a guide where you can navigate between the 5 boroughs of NYC, and see what you can do for recreation and/or cuisine. To navigate, simply click on the links of one of the boroughs, then choose whatever interests you. Whether parks, beaches, or eateries.
At the end, you will find a brief description of the activity of your choice, and a Home
button, to return to the home page and start again.
We hope you enjoy your visit!
- Create a folder –
NYC-Guide Project
(or any name you choose) - In the VS Code terminal
cd
into the new created folder, and clone the project –git clone https://github.com/rlee794/nyc-guide.git
cd
into foldernyc-guide
- Run
python -m venv venv
orpython -m venv venv
(this creates the virtual environment) - To activate your environment –
For Windows – cd into the venv folder thenScripts/activate
For Mac -source venv/bin/activate
- Return to the main folder
nyc-guide
(if necessary) bycd ..
- Run
pip install django
(to install Django) - Start the virtual server –
python manage.py runserver
(orpython3 manage.py runserver
) - In the browser of your choice, type for the url , `localhost:8000', and you shold be good to start your tour of NYC!