This is a full stack note taking app build with Vite and React on frontend and Spring Boot with PostgreSQL on backend.
Local Storage version (without backend) is hosted on github pages here.
Application is containerized with Docker for ease of use and general compatibility.
Images for frontend and backend are available to download from my docker hub page.
Application ports:
- frontend runs on port 3000
- backend runs on port 8080
- postgres runs on port 5432