Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 394 Bytes

File metadata and controls

21 lines (14 loc) · 394 Bytes

Anonymous Posts App

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.

How To Install

cd ui && npm install

How To Run

cd api && ./gradlew bootRun
# Open another terminal
cd ui && npm start

Open http://localhost:4200/