Go to file
2024-12-20 22:38:57 +01:00
.cargo init commit for new backend written in rust 2024-10-04 17:23:19 +02:00
crates edit cli and removed old code 2024-10-19 23:35:18 +02:00
web add margin between spacer and button 2024-09-05 20:42:41 +02:00
.env.example change .env.example to implement JWT secrets 2024-09-22 12:28:36 +02:00
.gitignore changes to gitignore 2024-12-20 22:38:57 +01:00
Cargo.lock init commit for new backend written in rust 2024-10-04 17:23:19 +02:00
Cargo.toml init commit for new backend written in rust 2024-10-04 17:23:19 +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
README.md add root README.md 2024-08-30 21:48:19 +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.