Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.27 KB

DeerHacks CMS

DeerHacks Image

DeerHacks Hackathon 2024 CMS

Website Status

Setting up Development Environment

  1. Clone the Repository
  2. Within the project directory, run the command yarn install (If you haven't already, install yarn)
  3. Run yarn develop and navigate to to the admin dashboard
  4. Create an account. If you can't, navigate to the database in the .tmp folder and add yourself to the admin_users table
  5. Go to the settings tab and create an API Key. Use this as a bearer token when making requests
  6. Navigate to http://localhost:1337/documentation to see a list of endpoints you can interact with

For Deploying to Production see: https://docs.strapi.io/dev-docs/deployment

Note: This CMS leverages AWS S3 to save images so that they persist even after a re-deployment. Ensure the format in your .env file matches the .env.example file.

Relevant URL'S