Skip to content

helaouichourouk/local-nextjs-postgres-s3

 
 

Repository files navigation

Example of a File Storage With Next.js, PostgreSQL, and Minio S3

This is the code for the articles:

To run the application, use the following command:

docker-compose -f compose/docker-compose.yml --env-file .env up

After you run the application, you can access it at http://localhost:3000. The Minio S3 will be available at http://localhost:9000. You can use the access key minio and the secret key miniosecret to log in.

You will see something like this:

File storage app

You can check the live demo of the application here. It is shared with the public, so all files are visible to everyone. You can upload, download, and delete any files. Please do not upload any sensitive information.

The application is built with Next.js, PostgreSQL, and Minio S3. It allows you to upload, download, and delete files. The application is built with Docker, so you can run it locally without installing any dependencies.

About

Example of a File Storage With Next.js, PostgreSQL, and Minio S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.8%
  • JavaScript 11.3%
  • Other 0.9%