Go to file
2024-09-05 11:40:46 +02:00
.run Fix NavBar alignment (#1) 2024-09-05 09:40:14 +02:00
gradle/wrapper Initial commit 2024-08-25 20:27:39 +02:00
server comment gradle dependencies 2024-09-02 19:34:45 +02:00
web Implemented Search bar (visual only) 2024-09-05 11:40:46 +02:00
.env.example fix docker-compose.yml port and comment .env.example file 2024-08-30 15:44:22 +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.