Skip to content

xj-yan/service-api-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service API tutorial Maintainability

web

In this tutorial, we will create a multi-server architecture for making a simple app for creating and retrieving a list of users from the database!

This is originally made for COSI 105b: Software Engineering for Scalability @ Brandeis University under Professor Pito Salas.

Start here

Flow

flow

Architecture

  • Sinatra Frontend (1 Droplet)
    • Responsible for asking the Service API for the list of users, and render a html page for it.
  • Sinatra Service API (1 Droplet)
    • Responsible for talking to Postgres and retrieving Users' information.
  • Postgres DB (1 Database)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.8%
  • HTML 0.2%