dfd25a234a73f319ecb9cc48788e74e893c171f7
* 🚧 #46 Shared with me - added converter of DriveFile to dto with user information - updated version of jest to the latest for better compatibility with typescript and mocking class instances - added run configuration for unit tests Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
Tdrive - Drive for the Twake Workplace
Run it in development mode
- Launch mongo using
docker run -p 27017:27017 -d mongo - Launch frontend with
cd tdrive/frontend/; yarn dev:start - Launch backend with
cd tdrive/backend/node/; SEARCH_DRIVER=mongodb DB_DRIVER=mongodb PUBSUB_TYPE=local DB_MONGO_URI=mongodb://localhost:27017 STORAGE_LOCAL_PATH=/[full-path-to-store-documents]/documents NODE_ENV=development yarn dev - If you need more parameters, create/edit
tdrive/backend/node/config/development.jsonfile
App will be running on port 3000.
License
Tdrive is licensed under Affero GPL v3 with additional terms
Languages
TypeScript
59.1%
JavaScript
32.5%
SCSS
3.7%
CSS
2.2%
HTML
1.3%
Other
1.1%