Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.02 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.02 KB

filesrocket-express-app

This is an application that implements Filesrocket to upload, list and delete files

Setup

Cloning project in your computer

git clone https://github.com/Filesrocket/filesrocket-express-app.git

Enter project

cd filesrocket-express-app

Open VSCode

code .

Installation

npm install

Development

npm run dev

Build

npm run build

Extras

As you may have noticed in the project you will see that there are files like src/index.ts and src/filesrocket.ts

If you want to be able to interact with the other services, follow the steps below:

  1. Copy the contents of the .example.env file
  2. Create a file named .env and copy the content
  3. Add the keys of the service you want to use
  4. Remove comments

All endpoints available