This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
To access Activities for this App from Eventbrite, you need to have their authorization token to access their API. To do this:
- Obtain an authorization token from Eventbrite (https://www.eventbrite.com/platform/).
- Create a keys.js file containing the following line of code: export const eventBriteAuthToken = "PlaceEventBriteTokenHere" //Eventbrite API Token
- Replace the "PlaceEventBriteTokenHere" with the token you obtained.
- Add the keys.js file in your gitignore file.
Start a persistent database by starting a json-server at port 1717. Execute the following in the terminal (examples are bashrc/zshrc):
json-server -p 1717 -w database.json