Simplifying S3 usage through open source.
Important
Currently in development.
- Golang
- Postgresql
- Redis
- Remix
- Shadcn UI
- Tailwind CSS
Status | Feature |
---|---|
✅ | Open source |
⚙️ | Github/Google Authentication |
⚙️ | Manage webhooks |
⚙️ | Manage buckets |
⚙️ | Manage API |
⚙️ | Manage folders |
⚙️ | Manage files |
To get started, you can run this project locally using 2 options
- Docker : Using docker-compose
# dev
docker-compose up -d ./docker-compose.dev.yml
- Local: To run the project locally, make sure you have the following installed:
# backend
cd backend
go build -o s3ase ./cmd
# migrate the database
./s3ase migrate up
# seed the database
./s3ase migrate seed
# run the server
./s3ase server
# frontend
cd frontend && pnpm install && pnpm run dev
This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE.