Skip to content

didinj/grails3-mssqlserver-restful-api

Repository files navigation

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 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