This tool allows NODE developers to create complete apis dynamically only by providing the sql table schema and sql queries to handle on the api routes
To make the software available any time you need first install the packages globally
npm install -g create-brage brage-js
Once the tool is set up on the machine then the started api template can be created with the following command
[this command will create a complete api template on a given folder name]
create-brage
After the template is created and the route folders are added to the app directory (see README file on app folder) then
the routes can be added on the server with the following command
brage
Package | Version (click for readmes) |
---|---|
brage | |
create-brage |