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:
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.