Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.22 KB

README.md

File metadata and controls

67 lines (48 loc) · 1.22 KB

GIGFINDER

GigFinder is a dynamic event discovery app that connects users with live events happening near them.

Installation

1. Clone the Repository

git clone https://github.com/Alekos94/gigfinder

2. Install server dependencies

cd server
npm install

3. Install client dependencies

cd client
npm install

Usage

Run the development server

cd server
npm run server

Run the client

cd client
npm run start

Environment Variables

Server

1. Create a .env file in /server:

cd server
touch .env

2. Populate the server .env file with the following environment variable:

TICKETMASTER_API_KEY=<insert_your_key_here>

Client

1. Create a .env file in /client:

cd client
touch .env

2. Populate the client .env file with the following environment variable:

REACT_APP_MAPBOX_ACCESS_TOKEN=<insert_your_key_here>

Contributors

George Burt • GitHubLinkedIn

Alexandros Christodoulides • GitHubLinkedIn