- 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
tempfolder 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
And you're done!
Since this CMS is not in production yet, you can populate the database with random data to do your testing. In the future, there will be a script to sync the database between production and development.