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

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

Strapi backend/API for DJ events
https://github.com/bradtraversy/dj-events-backend

Last synced: 3 months ago
JSON representation

Strapi backend/API for DJ events

Awesome Lists containing this project

README

        

DJ Events (Strapi Backend)

> Strapi backend for the DJ Events website. This is part of my Next.js course on Udemy

The Next.js frontend can be found [here](https://github.com/bradtraversy/dj-events-frontend)

# Usage

### Using Cloudinary

Create a .env file and add your Cloudinary info for images

```
CLOUDINARY_NAME = "xxxx"
CLOUDINARY_KEY = "xxxx"
CLOUDINARY_SECRET = "xxxx"
```

### Run the Server

```bash
npm run develop
# or
yarn develop
```

Open [http://localhost:1337/admin](http://localhost:1337/admin) to access the CMS