Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 2.41 KB

File metadata and controls

70 lines (48 loc) · 2.41 KB

banner Authors: Cassandra Owens / Cceanowens & Manuel Ramos / Manny2trill

About the project

This project is a guide to NYC. It is a website that will help you find beaches, airports, parks, zoos and food in the city. Created using Python and Django.



Seting up the Environment

  • On your Windows create a folder called tbnycg_project . You'll use this folder to store the app you will use.
  • cd into the tbnycg_project folder and run the following command in the terminal
  • Run python3 -m venv django-env to create a new virtual environment
  • Run django-env\Scripts\activate.bat on Windows to activate the virtual environment
  • Run pip install django to install Django
  • Run pip freeze > requirements.txt


Starting The Best New York City Guide


  • Go to the downloads folder right click on the file and unzip the file

My Project GIF



  • Once the file is unzipped, you'll see a folder called 'The Best NYC Guide', drag the folder into the enviroment you created and press copy.

My Project GIF



  • Next cd into the folder and run the following command in the terminal

  • Run python3 manage.py runserver to start the server


My Project GIF

  • You should see the server running

My Project GIF




My Project GIF


Now you can start using The Best New York City Guide

  • When you go to the homepage, you'll see a list of all the boroughs in the city. You can click on any borough to see the list of parks, restaurants, and other attractions in that borough.

  • Dont forget to use The Best New York City Guide as your reference when you're looking for a place to go in NYC!



My Project GIF