You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Spocke 935d672eff removed api key 6 years ago
public/js Removed old css file 6 years ago
views fixed missing user name issue 6 years ago
.gitignore TD-198: updated gitignore 6 years ago
.npmrc TD-198: created initial starter project 6 years ago
config.js removed api key 6 years ago
index.js fixed missing user name issue 6 years ago
package-lock.json TD-198: created initial starter project 6 years ago
package.json TD-198: created initial starter project 6 years ago
readme.md TD-198: some cleanup 6 years ago

readme.md

Tiny Drive NodeJS Starter Project

This project will help you get started with Tiny Drive and allow you to play around with it's features.

Pre requirements

NodeJS 11 on any supported platform.

Getting started steps

1. Clone this repo to your local machine using

These are the steps needed to get this project running on your machine:

$ git clone git@github.com:tinymce/tinydrive-java-spring-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://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://tiny.cloud.

4. Go to the directory and install npm packages and then start the dev server

$ cd tinydrive-nodejs-starter
$ npm i
$ npm run start

5. Open the example project at http://localhost:3000