Skip to content

Petroniuss/Ubooku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Ubooku

Web service for storing books.

This is basically a toy project of mine created to explore technologies and teach myself web development.

Link to deployed app 🔥🔥🔥

Here's how it looks

Screenshot from 2020-08-28 21-18-34

Technology stack

Client was created using angular framework and typescript.

For backend I went with:

  • java 11 (good old java ;) )
  • Spring Boot (mainstream framework for backend in java)
  • GCS (Google Cloud Storage) - blob store for pdfs and book thumbnails.
  • MonogoDB - NoSQL database for storing user information.

Application was deployed on heroku.