Skip to content

UffizziCloud/wordsmith-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordsmith Web

Wordsmith will display a random set of words every time you refresh the page. It builds the word list from an API that serves words from a database.

The demo runs across three apps:

  • web - a Go web application that calls the API and builds words into sentences
  • api - a Java REST API which serves words read from the database
  • db - a Postgres database that stores words

Architecture

Architecture diagram

Original source repository

BretFisher/wordsmith

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 30.1%
  • HTML 22.3%
  • Go 21.6%
  • JavaScript 18.6%
  • Dockerfile 7.4%