Automatically generate REST APIs from a SQL Server Database.
- Install globally and generate the API
npm i crudrio -g
crudrio --url "mssql://user:password@localhost/database" --name "crudrio-api"
- Enter project directory and install dependencies
cd crudrio-api
npm i
- Start project
npm run watch