Skip to content

curtismorales/dcps-facilities-comment-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcps-facilities-comment-api

API for submitting comments for DCPS facilities app

POST or GET comments.json to post/retrieve comments

A comment should look like

{
  "school_code": 1234,
  "rating": 1,
  "comment_text": "This school is the best!",
  "user_name": "Curtis Morales",
  "user_type": "parent"
}

The API is live on Heroku at https://dcps-facilities-comment-api.herokuapp.com/

To install and run locally, you should be able to just

bundle install
rake db:migrate
rails s

Feel free to add issues or submit pull requests!

About

API for submitting comments for DCPS facilities app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published