An open API service indexing awesome lists of open source software.

https://github.com/bradtraversy/dj-events-frontend

Next.js website to list DJ and other musical events
https://github.com/bradtraversy/dj-events-frontend

Last synced: 5 months ago
JSON representation

Next.js website to list DJ and other musical events

Awesome Lists containing this project

README

        

# DJ Events (Frontend)

> 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](https://www.udemy.com/course/nextjs-dev-to-deployment)

![DJ Events](/public/images/screen.png 'DJ Events')

[VIEW DEMO](https://djeventsfrontend.vercel.app)

# Usage

### Setup Backend

The Strapi backend can be found [here](https://github.com/bradtraversy/dj-events-backend)

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

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.