Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

ureynrey/C37_midterm_elizabeth_fred_reynold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evented:

  • This is an entertainment app that helps the user map out concert events throughout the local area by linking the user with ticketMaster in a simple and user friendly way.
  • Sometimes it is difficult and overwhelming to navigate through ticketMaster; especially when searching for last minute events near you. With two clicks you will be well on your way to last minute purchasing of your event.

* Status:

This is a Two phased Project:

  • PhaseOne: Linking the user with last minutes events for a night out or last minute date. This Phase is complete; with current beta testing to ensure user functionality.
  • PhaseTwo: will roll-out in the near future after user tests are complete. This phase will include restaurant and geolocation ability to allow the user to find last minute reservation near their current location if they desire to do so.

* Who:

This Project was a collaboration between: Reynold Urena, Elizabeth Eidelson, and Frederick Bain

* Dependencies:

Aims to wrap the Ticketmaster API with coverage for all Open Platform endpoints, featuring:

  • API key authentication support
  • Ticketmaster API access key support

System Requirements for rebild source

Setup & install

* `git clone` this repo
* `cd` into it.
* `yarn install`
* `cd client && yarn install`
*  Create .env file and insert your Ticket Master API

* Available build commands

  • yarn dev: Runs BOTH your Express.JS and React developer environment locally at the same time. Any logs coming from Express will be prefaced with [0], any logs from create-react-app will be prefaced with [1].
  • yarn server: Runs JUST your Express.JS server.
  • yarn client: Runs JUST your front-end React app.

Open http://localhost:3000 to view your local React app in the browser. The page will reload if you make edits.

* To deploy

  • heroku create your-app-name
  • git push heroku master

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • CSS 22.0%
  • HTML 12.6%