mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
19c871c5f8
This reverts commit 81fdd6a5d1068cbb9f44adecc399e8871ce99dad.
15 lines
388 B
Markdown
15 lines
388 B
Markdown
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.
|