Skip to content

xj-yan/serviceAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service API tutorial

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!

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