Skip to content

kwatts949/Tipsy-Tourist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tipsy Tourist

Makers final engineering project created by Iain Hoolahan, Kay Watts, Tim Buller & Will Lines.

Tech

Image Image Image Image Image

Spec

An app to plot a pub crawl whilst taking in the sights along the way!

Installation

Backend

Clone this repo

In terminal (Mac), run:

cd tipsy_tourist_server
npm install

You will need to request a Google API key here and then create a new file apiKey.js in the src directory with the following code:

const apiKey = "<YOUR-API-KEY>"
module.exports = apiKey

Frontend

Clone this repo

In terminal (Mac), run:

cd tipsy_tourist
npm install

Create a .env.local file in the root of the directory and add in this code:

REACT_APP_GOOGLE_MAPS_API_KEY= "<YOUR-API-KEY>

Running locally

Backend

cd tipsy_tourist_server
npm start

Frontend

cd tipsy_tourist
npm run build
serve -s build

Open http://localhost:3000 to view the app in your browser.

About

An app to plan a pub crawl & sight-seeing tour

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •