This is a backend application for a note-taking system. It uses JSON Web Tokens (JWT) for user authentication and stores note content as markdown files.
- User registration and login with JWT authentication
- CRUD operations for notes (Create, Read, Update, Delete)
- Markdown support for note content
- Spring Boot
- Spring Security with JWT
- PostgreSQL
- JPA / Hibernate