Go to file
2024-09-06 20:57:31 +02:00
.run update .env logic to use dotenv for java instead of using intellij's internal environent manager 2024-09-05 23:20:10 +02:00
gradle/wrapper Initial commit 2024-08-25 20:27:39 +02:00
server Split up UserDTO.java into UserRespondDTO.java and UserRequestDTO.java, this commit also includes a change to DocumentRequestDTO.java which now takes in a whole file in with MultipartFile 2024-09-06 20:57:31 +02:00
web add margin between spacer and button 2024-09-05 20:42:41 +02:00
.env.example add missing environment variable to .env.example 2024-09-06 13:52:28 +02:00
.gitignore init frontend 2024-09-02 20:50:10 +02:00
docker-compose.yml add postgresql connection to the project and move from application.properties to application.yml 2024-08-30 18:08:13 +02:00
gradlew Initial commit 2024-08-25 20:27:39 +02:00
gradlew.bat Initial commit 2024-08-25 20:27:39 +02:00
README.md add root README.md 2024-08-30 21:48:19 +02:00
settings.gradle Initial commit 2024-08-25 20:27:39 +02:00

What is DocuSphere suppose to be?

DocuSphere is suppose to be a document storage system that stores and later on may compile typst (.typ) files.

The design may orient itself on paperless-ngx.

What is a typst file?

typst is a modern markup language that is designed to be easy to read and write. It is designed to be a more human readable version of LaTeX (Also written in Rust ;D).

Notes:

I also only use this project to learn more about how to design and write a programm.