restaurant reviewing app (api) built on rails using trailblazers.
rake db:migrate
rake db:restaurant_seed
- POST request to
/api/app_tokens
with username and password credentials response will be a token if success - Save token for future
accept: application/json; version=1;
Authorization: Bearer token=TOKEN;
Content-Type: application/x-www-form-urlencoded
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.