Skip to content

zeabur/express-minio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express.js MinIO Example

This example shows how to develop a simple Express.js application that uses MinIO as a storage backend.

You must first create a account on Zeabur, create a project and deploy a MinIO service from service marketplace.

Getting Started

Step 1

You can run the following command to generate a .env file, then fill in the required information.

Note: You don't need to set these values in production, zeabur will set them for you

these values are only required for local development

cp .env.example .env

Step 2: Install Dependencies

pnpm install

Step 3: Run the app

pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can also check the following routes:

About

A simple Express.js example for MinIO as storage service deployed on Zeabur.

Topics

Resources

Stars

Watchers

Forks