In a hectic society with so much responsibility, spontaneity is all but lost. If you desire the ability to find events happening NOW, get The-Hop-2.0
- Search various events at your current or another selected location
- Filter genres & tastes
- Set a radius from the location
- Create a free account to save events
- Added Cypress E2E test, check this out if you are interested to make any contribution and let's build this better together
Copy template.env
and create a .env
file in the project root.
- Specify the Postgres database connection URI as
POSTGRESQL_URI
. - Session Secret key for auth as
SESSION_SECRET
. - Assign a new session time or keep the current one as
SESSION_MAX_AGE
. - Create a google maps API as
GOOGLE_MAPS
. - Get a PerdictHQ API for finding your event as
PREDICTHQ_API_KEY
.