Restful api design using Grails 2 and Mysql.
It provide's startup guide for building restful web service using grails framework.
- Change database credentail in grails-app/conf/DataSource.groovy file
- Change database connection string ,dialect and driverClassName in DataSource.groovy file.
- Change the database dependency in grails-app/conf/BuildConfig.groovy file at line number 51.
- run export-comment-feature.sql in the database to create database schema.
- Use api-operation-list.md file for relevant api operation's.
- Open a terminal.Go to root directory of comment-feature-api project.
grails run-app