This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
yarn install --check-files
-
rake db:migrate
-
db:seed and you are all set to go
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
run rails s to start the server
-
postman url : https://www.getpostman.com/collections/8439265315897fad804f
-
see all events (index) http://localhost:3000/api/v1/events/
-
show the event (show) http://localhost:3000/api/v1/events/1
-
see al comments of an event (index) http://localhost:3000/api/v1/events/1/comments
-
...