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
- Host: GitHub
- URL: https://github.com/didinj/grails3-mssqlserver-restful-api
- Owner: didinj
- License: mit
- Created: 2018-09-22T00:45:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T01:14:25.000Z (about 7 years ago)
- Last Synced: 2025-03-29T11:42:10.781Z (7 months ago)
- Topics: api, building, crud, grails, grails3, microsoft, ms, rest, restful, restful-api, server, sql
- Language: Shell
- Homepage: https://www.djamware.com/post/5ba5962c80aca74669894416/grails-3-and-microsoft-sql-server-building-crud-restful-api
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`