42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
---
|
|
description: >-
|
|
This page will document all the services implemented in the new NodeJS
|
|
backend.
|
|
---
|
|
|
|
# 🧱 Backend and APIs
|
|
|
|
## Twake Drive Services
|
|
|
|
As a frontend developer / connector developer to read our APIs, or to understand our data models or just for fun, here is all the details over Twake Drive backend services.
|
|
|
|
If document are empty, check out our Notion documentation: [https://www.notion.so/tdrive/Backend-documentation-e219323593d2401c9887d0e11b2a597b](https://www.notion.so/tdrive/Backend-documentation-e219323593d2401c9887d0e11b2a597b)
|
|
|
|
### General
|
|
|
|
#### Authentication
|
|
[TODO](https://github.com/linagora/twake-drive/issues/544)
|
|
|
|
### Services
|
|
|
|
[users/](users/README.md)
|
|
|
|
[applications/](applications/README.md))
|
|
|
|
[documents/](documents/README.md))
|
|
|
|
[files/](files/README.md))
|
|
|
|
[tags/](tags/README.md))
|
|
|
|
|
|
## Get started to code in Twake Drive
|
|
|
|
Want to edit Twake Drive code ? Congratulation ! You participate in the development of a great product 😃
|
|
|
|
[start-working-into-a-service](intro/start-working-into-a-service.md)
|
|
|
|
[create-a-new-tdrive-service](intro/create-a-new-twake-service.md)
|
|
|
|
[intro/platform/](intro/platform/README.md))
|