Skip to content

Restaurant adding and reviewing app built on rails using trailblazers

Notifications You must be signed in to change notification settings

nidhindamodaran/review-restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Review

restaurant reviewing app (api) built on rails using trailblazers.

Run

  • rake db:migrate
  • rake db:restaurant_seed

User login

  • POST request to /api/app_tokens with username and password credentials response will be a token if success
  • Save token for future

Raw headers in api calls

accept: application/json; version=1;  
Authorization: Bearer token=TOKEN;  
Content-Type: application/x-www-form-urlencoded

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nidhinnambiar/review-restaurant. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

About

Restaurant adding and reviewing app built on rails using trailblazers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published