A small web app where users can create anonymous Markdown posts and share them via a public link.
This is a side project where I can use my knowledge of Angular and Spring Boot for a real app.
cd ui && npm installcd api && ./gradlew bootRun
# Open another terminal
cd ui && npm start