An open API service indexing awesome lists of open source software.

https://github.com/didinj/grails3-mssqlserver-restful-api

Grails 3 and Microsoft SQL Server: Building CRUD RESTful API
https://github.com/didinj/grails3-mssqlserver-restful-api

api building crud grails grails3 microsoft ms rest restful restful-api server sql

Last synced: 4 months ago
JSON representation

Grails 3 and Microsoft SQL Server: Building CRUD RESTful API

Awesome Lists containing this project

README

          

# Grails 3 and Microsoft SQL Server: Building CRUD RESTful API

This source code is part of [Grails 3 and Microsoft SQL Server: Building CRUD RESTful API](https://www.djamware.com/post/5ba5962c80aca74669894416/grails-3-and-microsoft-sql-server-building-crud-restful-api) tutorial.

To run locally:

* Clone this repo
* Configure `grails-app/conf/application.yml` change the URL and database name
* Create a database from Microsoft SQL Server
* Run Microsoft SQL Server
* Run Grails 3 app `grails run-app`