This is a simple API built with Ruby on Rails and integrated with monday api
-
Clone the repository
git clone https://github.com/wrotich/monday-api.git -
Navigate into monday-api directory -
cd monday-api -
Install all the dependencies -
bundle install -
Setup the database -
rails db:setup -
Start the application in development mode -
rails s