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
- Host: GitHub
- URL: https://github.com/tinymce/tinydrive-dotnet-mvc-starter
- Owner: tinymce
- Created: 2019-03-15T09:34:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T06:54:08.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T16:39:13.552Z (7 months ago)
- Topics: asp-net-mvc, dotnet, starter-project, tinydrive, tinymce
- Language: C#
- Size: 19.5 KB
- Stars: 5
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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