Let’s jump in
Use the sidebar on the left to navigate the docs.

Getting Started
The getting started guide walks you through how to manually setup a admin dashboard. flashboard actually create your back-end package services such as rest-full api of your models based on loopback node.js framework and generate admin dashboard automatically for data moderation.

Models
In this part we can learn how to create own models and start to build your back-end project. there are several options to create your models and configurations options.

Configuration
Flashboard create a admin dashboard based on configuration of loopback models. there are several settings and options on your models and user interface generation types and formats.

Rest-full API
After create your models you have a rest-full api based on your models. In this section we want to learn how to use generated api’s. Also there are options to create your own remote functions.