Files
overleaf-cep/services/docstore
Jakob Ackermann 8a8a830ad3 [misc] simplify mongodb collection access using a shared db construct
Resolve the getCollection Promises once and store the result in a shared
 `db` object which can get imported by all the call-sites.

The http server is starting only after a Promise of `waitForDb()`
 resolves. This covers the app code and the acceptance tests.
2020-09-17 15:39:44 +01:00
..
2020-09-17 14:30:25 +01:00
2020-08-12 15:29:19 +01:00
2020-09-17 14:30:25 +01:00
2020-05-28 15:19:48 +02:00
2020-09-10 18:07:14 +01:00
2020-09-17 14:30:25 +01:00
2020-09-17 14:30:25 +01:00
2020-09-17 14:30:25 +01:00
2014-04-28 16:50:47 +01:00
2020-07-31 16:24:41 +01:00
2020-07-31 16:24:41 +01:00

overleaf/docstore

A CRUD API for storing and updating text documents in projects

Tests

AWS_BUCKET=**** AWS_ACCESS_KEY_ID=**** AWS_SECRET_ACCESS_KEY=**** make test

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the LICENSE file.

Copyright (c) Overleaf, 2014-2019.