Lumber generates automatically the back office of your web app. It is completely backend agnostic and use your SQL database schema to create a REST API that provides all common admin features such as CRUD, search & filters, analytics, user permissions as well as providing a user-friendly UI.
Lumber has been designed with scalability in mind to fit requirements from small projects to mature companies.
npm install -g lumber-cli
NOTICE: You may need to use sudo
depending on your platform.
lumber generate
NOTICE:
- Your database credentials are safe. They are only stored in your Lumber-generated back office.
Full demo video: https://www.youtube.com/watch?v=2cKSsBxrvR8
https://doc.forestadmin.com/developer-guide/lumber.html
$ lumber [command]
generate
generate your back office based on your database schemaupdate
update your models's definition according to your database schemadeploy
deploy your back office application to productionuser
show your current logged userlogin
sign in to your Forest accountlogout
sign out of your Forest accounthelp [cmd]
display help for [cmd]