More details information here.
👉 Check the screenshots of this project 📸
Tech stacks:
| Frontend | Backend |
|---|---|
and Tanstack Router, Axios, Valibot |
and Valibot |
This project use some of Bun APIs so make sure Bun is installed.
Then process to install dependencies:
bun iYour need to install PostgreSQL first using your OS's package manager, an installer file or using Docker (recommended).
Configure the host address, port number, username, password, a database according to .env.example.
Copy the file .env.example into .env.production.local and .env.development.local and edit the env variables' values.
Then use one of these commands to migrate the database:
# If you're in development mode
bun prisma:dev:migrate
# If you're in production mode
bun prisma:dev:migrate
First, install all the dependencies:
To run the dev server:
bun devTo bundle and run the project in production:
bun run build
bun start![]() |
|---|
| Home page |
![]() |
|---|
| Sign-in page |
![]() |
|---|
| Files page |
![]() |
|---|
| File sharing page |
![]() |
|---|
| File uploader page |




