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.
- Host: GitHub
- URL: https://github.com/petroniuss/ubooku
- Owner: Petroniuss
- Created: 2020-08-28T19:13:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T19:41:50.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T14:50:25.017Z (4 months ago)
- Topics: angular, backend, frontend, google-cloud-storage, spring-boot
- Language: Java
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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