Type fiberforge generate <FILE_PATH> in terminal and you will get a zip file of your project in same directory your terminal is in.
Thats it!! you can now get basic backend ready in few second. Enjoy coding 👍
Notes
Column of name id (in any case) would not be considered. As id column would be autogenerated and used as primarykey in generator.
In columns object VALUE denotes a data expected to be in the row of the column or what is type of that column. For example if a column would have int type values in it, then columns object would be like :
"columns":{
"age":24,
},
Similarly if columns would have string or boolean type values in it, then columns object would be like:
Please note that the values given in front of column names, will be used to only determine type of column and will not be added in database as first row of table.
Before running downloaded code, make sure you have service of your chosen database running and you should have a database of name of appName.