This is the backend service for a Secure File Sharing System, built using Spring Boot, PostgreSQL, and Docker. It provides RESTful APIs to manage users and store data securely.
- Java 21
- Spring Boot 3.5
- PostgreSQL
- Docker & Docker Compose
- Maven
- Postman for API testing
- User registration with unique username and password
- RESTful APIs with JSON payloads
- PostgreSQL for data persistence
- Dockerized backend and database
- Swagger-ready structure (optional)
- Java 21
- Maven
- Docker & Docker Compose
- Clone the Repository
git clone https://github.com/your-username/secure-file-share.git cd secure-file-share
Here’s what a successful user creation response looks like in Postman:
