jeferson-sb / flashmemo

Test your knowledge and memorize by using flash cards!
Apache License 2.0
0 stars 0 forks source link

Create a resource of questions/answers #1

Closed jeferson-sb closed 1 year ago

jeferson-sb commented 1 year ago

User should be to add to access a knowledge base of questions and answers through API routes.

GET /questions/:id
(1 question)

{
  name: 'What is ?'
}

GET /answers/:id

{
  answer: {
   question_id: X,
   text: 'This is an answer'
  }
}
jeferson-sb commented 1 year ago

Docs: https://guides.rubyonrails.org/api_app.html Tests: https://www.betterspecs.org/

jeferson-sb commented 1 year ago

Tests:

https://github.com/thoughtbot/shoulda-matchers https://github.com/thoughtbot/factory_bot https://github.com/ffaker/ffaker