An open API service indexing awesome lists of open source software.

https://github.com/petroniuss/ubooku

Web service for storing books.
https://github.com/petroniuss/ubooku

angular backend frontend google-cloud-storage spring-boot

Last synced: 2 months ago
JSON representation

Web service for storing books.

Awesome Lists containing this project

README

        

# 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 🔥🔥🔥](https://ubookuapp.herokuapp.com/)

## Here's how it looks

![Screenshot from 2020-08-28 21-18-34](https://user-images.githubusercontent.com/31375809/91607584-664caa80-e974-11ea-98d3-48f09332cf05.png)

## 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.