0.1.2 • Published 4 years ago
crudrio v0.1.2
crudr.io
Automatically generate REST APIs from a SQL Server Database.
Use
- 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