/Meetups

This is an app to find the meetups and other important events, built with Next.js as the React Server-side renderer to give a very fast and seamless usage. Strapi is used in the backend as the CMS

Primary LanguageJavaScript

Meetups (Frontend)

Next.js website for Meetups & Events. This site uses Strapi as a backend. The repo for that is below

VIEW DEMO

Usage

Setup Backend

The Strapi backend can be found here

Clone the repo above and run your backend

Maps

Create a .env.local file and add your Mapbox and Google API keys

NEXT_PUBLIC_MAPBOX_API_TOKEN = "xxxxx"
NEXT_PUBLIC_GOOGLE_MAP_API_KEY = "xxxxx"

Run the Server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.