๐Ÿ“ฆ chrisregnier / doscrinium

Document Storage Cabinet (like dropbox)

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/chrisregnier/doscrinium.git
HTTPS git clone https://github.com/chrisregnier/doscrinium.git
SSH git clone git@github.com:chrisregnier/doscrinium.git
CLI gh repo clone chrisregnier/doscrinium
chrisregnier chrisregnier Adding in all the infrastructure shell services d37f1b2 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .vscode
๐Ÿ“ backend
๐Ÿ“ docs
๐Ÿ“ frontend
๐Ÿ“„ docker-compose.yml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Doscrinium

A document storage cabinet (scrinium is Latin for cabinet). This is a dropbox like clone to test out new things.

Running

Everything is setup for local development in docker-compose.yml.

App data, and storage items will be stored in ~/apps/doscrinium/.

mkdir -p ~/apps/doscinium/db
mkdir -p ~/apps/doscinium/storage

Start the docker stack and connect to http://localhost:3000. The backend is accessible on 8080 and the debug port is 8000 (see here for more details).

docker-compose up