/next-app-backend

This project is part of the "Next.js Udemy course" at https://www.udemy.com/course/nextjs-dev-to-deployment

Primary LanguageJavaScript

DJ Events (Strapi Backend)

Strapi backend for the DJ Events website. This is part of a Next.js course on Udemy The Next.js frontend can be found here

Usage

Using Cloudinary

Create or add to a .env file your Cloudinary details 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