New York City Guide - Django Project for Justice Through Code

Our Team

Jose Cruz
GitHub Username: JoseCruz-MVP
https://github.com/Josecruz-MVP

Mianta McKnight
GitHub Username: RogueStorm7
https://github.com/RogueStorm7

Chris Storrer
GitHub Username: storrer
https://github.com/storrer

Table of Contents

Description

This application is to allow the user to navigate beautiful NYC and will serve as a

User Story

AS A avid traveler, I am visiting a city that has been on my bucket list for a long time. With 2020 making me realize how short life is, I decided to check this dream trip to NYC off my bucket list.

I WANT To navigate the city with ease. SO THAT I can easily navigate the city with a user friendly app that allows me to find all the activities, attractions, and sights easily so I can maximize my trip.

Preview

Usage and instructions to start building this project 📖 :

To use this application you will need use the terminal. You can use Powershell or Bash

  1. Create a virtual environment

At the root folder of the repository run:

python3 -m venv venv

Make sure to call your virtual environment "venv"

2. Run virtual environment

On Windows:

Windows Powershell users:

venv\Scripts\activate.bat
#or
venv\Scripts\Activate.ps1

Bash users:

source venv/Scripts/activate

On Unix or MacOS:

source venv/bin/activate

3. Install Dependencies

pip install -r requirements.txt

4. Run Django

python manage.py runserver

And go to http://localhost:8000

Credits

NYC gif was obtained from giphy.com

Built With

html Django Python Windows Safari Mac OS Google Chrome Visual Studio Code


© 2022 Jose Cruz, Mianta McKnight, Chris Storrer| All Rights Reserved