A Strapi CMS project for managing EventHive authentication and content management.
To install the project, run the following commands in your terminal:
Download the project
git clone https://github.com/Elliot-Potts/EventHive-CMS
Download dependencies
cd EventHive-CMS && npm install
Start the Strapi server (development, allows adding new content types)
npm run develop
Start the Strapi server (production)
npm run start
Swagger has been installed for documenting the Strapi API endpoints.
https://eventhive.creeknet.xyz/documentation/v1.0.0
A demo administrator account can be used to trial back-end functionality:
admin@eventhive.creeknet.xyz : EventHive123