Skip to content

mehreenmansur/music-grape-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Sample Grape API CRUD app

This is an application on Ruby on Rails using Grape API, where user can create, update, delete and see list of all music or a specific music through API routes.

The following GEMS are used for integrating grape API

  • gem 'grape'
  • gem 'grape-entity'
  • gem 'grape_on_rails_routes'

Simply clone the project and run

  • bundle install
  • rails db:create db:migrate

The following command will give the list of API route to run the CRUD operations

  • rails grape:routes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors