Skip to content

bradtraversy/dj-events-backend

Repository files navigation

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

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

npm run develop
# or
yarn develop

Open http://localhost:1337/admin to access the CMS

About

Strapi backend/API for DJ events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published