Simple HTTP server written in pure Java. Supports file upload and stores metadata in PostgreSQL.
- Java 21
- Maven
- PostgreSQL
- JDBC
- HttpServer (JDK)
- Configure PostgreSQL credentials
- Run:
mvn clean compile
java -cp target/classes Main
---
### Upload endpoint
```md
## Upload File
POST /upload
Headers:
- Content-Type: application/pdf
- X-Filename: example.pdf
Body:
- binary