This is an application that implements Filesrocket to upload, list and delete files
Cloning project in your computer
git clone https://github.com/Filesrocket/filesrocket-express-app.git
Enter project
cd filesrocket-express-app
Open VSCode
code .
npm install
npm run dev
npm run build
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:
- Copy the contents of the
.example.env
file - Create a file named
.env
and copy the content - Add the keys of the service you want to use
- Remove comments
All endpoints available
- Local: http://localhost:3030/local/files
- Cloudinary: http://localhost:3030/cloudinary/files
- Amazon S3: http://localhost:3030/amazons3/files