DJ Events Backend

This is a strapi backend for DJ Events app.

Click the link for the Frontend repository

Getting Started

In the project directory, run:

npm install
# or
yarn install

Create a file called .env in root folder and add the following variables in order to test it locally:

  1. HOST=0.0.0.0
  2. PORT=1337
  3. CLOUDINARY_NAME
  4. CLOUDINARY_KEY
  5. CLOUDINARY_SECRET

Start Application

In the project directory, run:

npm run develop
# or
yarn develop

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