crudrio
v0.1.2
Published
Create CRUD APIs automatically from your database
Downloads
2
Maintainers
Readme
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