0.1.2 • Published 3 years ago

crudrio v0.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

crudr.io

Automatically generate REST APIs from a SQL Server Database.

Use

  1. Install globally and generate the API
npm i crudrio -g
crudrio --url "mssql://user:password@localhost/database" --name "crudrio-api"
  1. Enter project directory and install dependencies
cd crudrio-api
npm i
  1. Start project
npm run watch