bhavya1099 / knote-java

Simple Spring Boot app to take notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

knote-java

Simple Spring Boot app to take notes

You can find the following content in this repository branches:

  • Branch 01: simple application that you can run using mvn spring-boot:run, it requires mongoDB to be running. This application use the filesystem to store images
  • Branch 02: same application but now it contains a Dockerfile that you can use to package your application
  • Branch 03: same application but not inside the kube/ directory you can find the kubernetes manifests to deploy the application into a kubernetes cluster
  • Branch 04-05: the application is now changed to use MinIO (Object Store) to upload images and being able to scale our application
  • Branch master: you can find all the branches as folders

About

Simple Spring Boot app to take notes

License:Apache License 2.0


Languages

Language:Java 78.2%Language:FreeMarker 20.9%Language:Dockerfile 0.9%