College Project: Ruby + Sinatra + Apache + SEQUEL + PostgreSQL web app

Hello everyone,

I am in a university group for a final year project and we are doing the
first basic build (just to see if we can get things to communicate).

The proposed architecture is:

Ruby (2.3) + Sinatra + Apache + SEQUEL for wrapping around SQL tables +
PostGreSQL for the database.

I was wondering if anyone had done a similar build before and could
direct me to a sample project or give me some brief advice. I used a
modular MVC design, but at this point i just want to be able to get say,
table contents displayed in the view to prove everything is working.