https://github.com/tinymce/tinydrive-nodejs-starter
Tiny Drive NodeJS Starter Project
https://github.com/tinymce/tinydrive-nodejs-starter
starter-project tinydrive
Last synced: 29 days ago
JSON representation
Tiny Drive NodeJS Starter Project
- Host: GitHub
- URL: https://github.com/tinymce/tinydrive-nodejs-starter
- Owner: tinymce
- Created: 2019-03-15T09:32:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T18:57:08.000Z (9 months ago)
- Last Synced: 2025-07-10T03:48:31.658Z (9 months ago)
- Topics: starter-project, tinydrive
- Language: JavaScript
- Size: 146 KB
- Stars: 6
- Watchers: 8
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tiny Drive NodeJS Starter Project
This project will help you get started with Tiny Drive and allow you to play around with its features.
## Prerequisites
NodeJS 11 on any supported platform.
## Getting started steps
### 1. Clone this repository to your local machine using
These are the steps needed to get this project running on your machine:
```
$ git clone https://github.com/tinymce/tinydrive-nodejs-starter.git
```
### 2. Change the `apiKey` in `tinydrive-nodejs-starter/config.js`
You get the API key from the `API Key Manager` account manager at http://www.tiny.cloud.
### 3. Create a `tinydrive-nodejs-starter/private.key` file containing your generated private RSA key
You get the private RSA key from the `JWT Key Manager` account manager at http://www.tiny.cloud.
### 4. Go to the directory and install NPM packages and then start the development server
```
$ cd tinydrive-nodejs-starter
$ npm i
$ npm run start
```
### 5. Open the example project at http://localhost:3000