Skip to content

nss-day-cohort-38/welcome-to-nashville-the-major-crocs-m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

  1. Welcome, and welcome to 'Welcome Nashville'!

This app was created to help you search through many of Nashville's great amenities. By clicking on the corresponding tab, you can search through Nashville's parks, restaurants, art installations, and upcoming concerts! You can save each result to your itinerary of places you want to go, and things you want to see and do. Have fun exploring the app and this cool city! Welcome to Nashville, and welcome to 'Welcome to Nashville'!

Bellow is a guide in how to install and use our application.

  1. Download and start the app:

    a. Click the Clone or download button in the upper right

    b. Copy the URL (or click the clipboard button)

    c. Run git clone *URL* in your terminal

    d. cd into the new directory welcome-to-nashville-the-major-crocs-m

    e. cd into to src/

    f. Start http-server -p 8080 (Download http-server if not installed)

    g. Open http://127.0.0.1:8080/ in your browser

  2. API Keys

    a. Create a file within the general Script directory called APIKeys.js

    b. within this folder copy this code... const APIKeys = { "parks": "", "restaurants": "", "art": "", "concerts": "" }

    c. Now you need to get keys from both ticketmaster and zomato (links at bottom);

    d. add the ticketmaster key to the "concerts" value in the APIKeys and the zomato key to the "restaurants" value.

    e. ticketmaster link :https://developer-acct.ticketmaster.com/user/register

    f.zomato link: https://developers.zomato.com/api

  3. Install JSON

    a. cd into API subdirectory of src directory & start the JSON server with this code...

    json-server -p 8088 -w db.json

    b. Make sure the port is 8088

About

welcome-to-nashville-the-major-crocs-m created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published