b3n3dict / Dj-events-backend-strapi

Strapi backend/API for DJ events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DJ Events (Strapi Backend)

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


Languages

Language:JavaScript 100.0%