This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
PREREQUISITES
- Ruby version 3.0.2
- SQLITE 3.32.3
- NODE.JS v14.17.3
- YARN 1.22.11
HOW TO RUN THE PROGRAM run the following ff command in your terminal inside your project
- bundle install
- rails s
HOW TO TEST create a request using Postman or similar tool ////////////////////////////////////// POST - localhost:3000/v1/reservation Header: Content-Type = application/json Payload: Test Payload #1 or Payload #2 /////////////////////////////////////
I also include the postman collection with api test in this repo ./HomeTime.postman_collection_and_api_test.json