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
- Host: GitHub
- URL: https://github.com/bradtraversy/dj-events-frontend
- Owner: bradtraversy
- Created: 2021-04-12T16:35:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T11:56:23.000Z (over 2 years ago)
- Last Synced: 2024-08-09T02:16:11.983Z (8 months ago)
- Language: JavaScript
- Homepage: djeventsfrontend-bradtraversy.vercel.app
- Size: 3.12 MB
- Stars: 324
- Watchers: 10
- Forks: 174
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - bradtraversy/dj-events-frontend - Next.js website to list DJ and other musical events (JavaScript)
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)

[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.