ACCESS YOUR BACK OFFICE

less than 1 minute read

admin view

Create an admin user

  • register an user (user data will stored and managed in TokTok, so you’d need to install Toktok locally) ;
admin view
  • make this user an admin (in TokTok) ;

Go to the back office

  • log in (admin link in the default footer, /login route by default) ;
admin view
  • go to the /backoffice route by clicking on the button back office. You should now see this …

admin view

Configure your website

  • set up your ApiViz configuration :

      - set up the global variables ; 
      - set up your data endpoints ; 
      - set up your authentication endpoints ; 
      - set up your routes (pages must point out to html contents, f.e. on Github) ; 
      - set up the styles ;
      - set up your navbar ; 
      - set up your footer ;
    
  • save your configuration. You should immediatly see the result.

  • To know more about the back-office please read the back-office tutorial

(optional) redeploy

  • deploy (if not done already) and enjoy ;

More detailed configuration documentation on its way…