DeerHacks Hackathon 2024 CMS
- Clone the Repository
- Within the project directory, run the command
yarn install(If you haven't already, install yarn) - Run
yarn developand navigate to to the admin dashboard - Create an account. If you can't, navigate to the database in the
.tmpfolder and add yourself to theadmin_userstable - Go to the settings tab and create an API Key. Use this as a bearer token when making requests
- Navigate to
http://localhost:1337/documentationto 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.
