Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 518 Bytes

File metadata and controls

53 lines (36 loc) · 518 Bytes

A simple file storage

Requirements

  • node v22
  • pnpm
  • turborepo
  • docker
  • docker compose

Quick start

clone repo

git clone https://github.com/patriarch11/filedock.git

go to dir

cd filedock

create .env files

pnpm create-env

install dependencies

pnpm install

run local infrastructure

pnpm run-infra

run db migration

cd packages/database && pnpm db:push && cd ../..

run app and enjoy :)

turbo dev