This website requires JavaScript.
Explore
Help
Sign In
Dylan
/
excalidraw-storage-backend
Watch
1
Star
0
Fork
0
You've already forked excalidraw-storage-backend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
7
Commits
2
Branches
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Kilian Decaderincourt
68af87e19c
ci: add docker build
2021-09-08 17:27:17 +02:00
src
feat: add more configurable options
2021-09-08 17:17:39 +02:00
test
chore: init nest project
2021-09-06 17:10:06 +02:00
.dockerignore
build: add Dockerfile and compose for dev
2021-09-08 12:20:19 +02:00
.eslintrc.js
chore: init nest project
2021-09-06 17:10:06 +02:00
.gitignore
chore: init nest project
2021-09-06 17:10:06 +02:00
.gitlab-ci.yml
ci: add docker build
2021-09-08 17:27:17 +02:00
.prettierrc
chore: init nest project
2021-09-06 17:10:06 +02:00
docker-compose.yml
feat: support multiple database
2021-09-08 15:31:02 +02:00
Dockerfile
build: add Dockerfile and compose for dev
2021-09-08 12:20:19 +02:00
nest-cli.json
chore: init nest project
2021-09-06 17:10:06 +02:00
package-lock.json
feat: support multiple database
2021-09-08 15:31:02 +02:00
package.json
feat: support multiple database
2021-09-08 15:31:02 +02:00
README.md
feat: add more configurable options
2021-09-08 17:17:39 +02:00
tsconfig.build.json
chore: init nest project
2021-09-06 17:10:06 +02:00
tsconfig.json
chore: init nest project
2021-09-06 17:10:06 +02:00
README.md
excalidraw-storage-backend
Environement Variables
Name
Description
Default value
PORT
Server listening port
8080
GLOBAL_PREFIX
API global prefix for every routes
/api/v2
STORAGE_URI
keyv
connection string
""
(in memory)
Availabe storage adapter: redis, mongo, postgres and mysql
Description
Fork of excalidraw-storage-backend
Readme
MIT
307
KiB
Languages
TypeScript
98.6%
Dockerfile
1.4%