Next.js website for DJ Events. This site uses Strapi as a backend. The repo for that is below
This project is part of my Next.js Udemy course
The Strapi backend can be found here
Clone the repo above and run your backend
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"
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.