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

https://github.com/yuhexiong/http-file-api-typescript


https://github.com/yuhexiong/http-file-api-typescript

api backend file-upload restful-api typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# http file API
A server provide upload and download file.

## Overview

- Language: TypeScript
- Web FrameWork: Express

## Install modules

```bash
npm install
```

## Build

```bash
tsc
```

## Run

```bash
nodemon build/server.js
```

## API

* `GET /file/:filename`
* `POST /file/list`
* `PUT /file`
* `PATCH /file/:oldFile/:newFile`
* `DELETE /file/:filename`