https://github.com/tinymce/tinydrive-java-spring-starter
Tiny Drive Java Spring Starter Project
https://github.com/tinymce/tinydrive-java-spring-starter
java-spring starter-project tinydrive
Last synced: 6 months ago
JSON representation
Tiny Drive Java Spring Starter Project
- Host: GitHub
- URL: https://github.com/tinymce/tinydrive-java-spring-starter
- Owner: tinymce
- Created: 2019-03-15T09:34:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:48:51.000Z (about 3 years ago)
- Last Synced: 2025-04-12T22:38:17.054Z (9 months ago)
- Topics: java-spring, starter-project, tinydrive
- Language: Java
- Size: 25.4 KB
- Stars: 3
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tiny Drive Java Spring Starter Project
This project will help you get started with Tiny Drive and allow you to play around with its features.
## Prerequisites
Java 10+ and Gradle 4+
## Getting started steps
These are the steps needed to get this project running on your machine:
### 1. Clone this repo to your local machine using
```
$ git clone https://github.com/tinymce/tinydrive-java-spring-starter.git
```
### 2. Change the `apiKey` in `tinydrive-java-spring-startersrc/main/resources/application.yml`
You get the API key from the `API Key Manager` account manager at https://www.tiny.cloud.
### 3. Create a `tinydrive-java-spring-starter/src/main/resources/private.key` file containing your generated private RSA key
You get the private RSA key from the `JWT Key Manager` account manager at https://www.tiny.cloud.
### 4. Go to the directory and install NPM packages and then start the development server
```
$ cd tinydrive-java-spring-starter
$ gradle bootRun
```
### 5. Open the example project at http://localhost:3000