maninder-singh / comment-feature-api

comment-feature-api design using grails 2 framework and mysql database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comment-feature-api

Restful api design using Grails 2 and Mysql.

Description

It provide's startup guide for building restful web service using grails framework.

Steps to run application

  1. Change database credentail in grails-app/conf/DataSource.groovy file
  2. Change database connection string ,dialect and driverClassName in DataSource.groovy file.
  3. Change the database dependency in grails-app/conf/BuildConfig.groovy file at line number 51.
  4. run export-comment-feature.sql in the database to create database schema.
  5. Use api-operation-list.md file for relevant api operation's.
  6. Open a terminal.Go to root directory of comment-feature-api project.
  7. grails run-app

About

comment-feature-api design using grails 2 framework and mysql database.


Languages

Language:Groovy 61.9%Language:CSS 26.5%Language:Batchfile 10.7%Language:JavaScript 1.0%