Skip to content

Tutorial for creating a multi service architecture on ☁️

License

Notifications You must be signed in to change notification settings

hojulian/service-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 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

Tutorial for creating a multi service architecture on ☁️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •