An open API service indexing awesome lists of open source software.

https://github.com/tinymce/tinydrive-dotnet-mvc-starter

Tiny Drive .NET MVC Starter Project
https://github.com/tinymce/tinydrive-dotnet-mvc-starter

asp-net-mvc dotnet starter-project tinydrive tinymce

Last synced: 6 months ago
JSON representation

Tiny Drive .NET MVC Starter Project

Awesome Lists containing this project

README

          

# Tiny Drive .NET MVC Starter Project

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

## Prerequisites

.NET Core 2.0+ on any supported platform.

## Getting started steps

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

### 1. Clone this repository to your local machine using

```
$ git clone https://github.com/tinymce/tinydrive-dotnet-mvc-starter.git
```

### 2. Change the `apiKey` in `tinydrive-dotnet-mvc-starter/appsettings.Development.json`

You get the API key from the `API Key Manager` account manager at http://tiny.cloud.

### 3. Create a `tinydrive-dotnet-mvc-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 start the development server

```
$ cd tinydrive-dotnet-mvc-starter
$ dotnet run
```

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