Skip to content

sebastian-miclea/shower_thoughts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shower Thoughts

Setup

Install dependencies:

bundle

You first need to setup the database and create a client:

rake db:setup

Running

Start the rails server

rails s

With the server running you need to make a POST call to refresh_token/[client_id] with the ID you received when setting up the database

After you have a valid token, you can create calls to

  • GET /thoughts to get latest shower thoughts
  • PATCH /thoughts to force update the thoughts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published