This is a full-stack demo application featuring a Spring Boot backend (with JWT authentication) and a SvelteKit frontend. It uses PostgreSQL for data storage and Docker for easy setup.
Clone the repository:
git clone <this-repo-url>
cd basicAuth_springboot
Start all services with Docker:
docker compose -f docker/docker-compose.yml up --build
Access the app:
This project is for learning and demo purposes only.