DJ Events Frontend

This is a DJ events app built with Next.js, Redux, TypeScript and Strapi for backend.

Preview app

Click the link for the Strapi backend

Getting Started

In the project directory, run:

npm install
# or
yarn install

Create a file called .env in root folder and add the following variables in order to test it locally:

  1. NEXT_PUBLIC_MAPBOX_API_TOKEN
  2. NEXT_PUBLIC_GEOAPIFY_MAP_API_KEY
  3. NEXT_PUBLIC_API_URL

Start Application

In the project directory, run:

npm run dev
# or
yarn dev

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

Ensure the backend is running. Click the link for the Strapi backend