This is a DJ events app built with Next.js, Redux, TypeScript and Strapi for backend.
Click the link for the Strapi backend
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:
- NEXT_PUBLIC_MAPBOX_API_TOKEN
- NEXT_PUBLIC_GEOAPIFY_MAP_API_KEY
- NEXT_PUBLIC_API_URL
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