Web app for storing files
To run the development server, you will need:
- Docker (tested with version
20.10.21
, buildbaeda1f
) - Node (tested with
v16.16.0
)
To run:
- Make a copy of
backend.sample.env
and rename it tobackend.env
. - If you'd like to have
Sign in with Google
and email related functionality, editbackend.env
accordingly. - Run
docker compose -f ./docker-compose.dev.yml up --build
to bring up the backend service. - In another terminal, in the
frontend
directory, runnpm install
. - Run
npm run dev
to run vite's development server. - The site should be available at
http://localhost:5173
.
- Make a copy of
backend.sample.env
and rename it tobackend.env
. - Add your Google client ID and key.
- Add your SMTP server details.
- Run
docker compose up --build
. - The site should be available at
http://localhost
.