Skip to content

Alekos94/gigfinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • CSS 1.9%
  • Other 0.6%