Quick start
The fastest way to get up and running with Adminly is to follow the onboarding guide on Adminly.com.
For developers that want to quickly integrate and self-host Adminly, please continue.
Installation
Add adminly gem to bundler:
Install adminly:
Add Adminly routes to your config/routes.rb file:
Add your JWT_SECRET
and DATABASE_URL
to your .env
file.
Create a file config/adminly.rb
and copy paste the following code:
Restart your rails server and navigate to the endpoint to confirm it's working:
Last updated