Skip to content

julio-salas03/local-file-vault

Repository files navigation

This is an app designed to upload files to a backup device with an easy to use UI. It's still on development, so maybe check it out later to see the current progress :)

Requirements

How to use it

  1. Clone the repository
git clone [email protected]:julio-salas03/local-file-vault.git
  1. Create a .env file
cp .env.example .env
  1. Run the init command
bun run init

That's it! The application is now running on port 8080 ready to backup your files!

Optional for development

  • air 1.61.1 or higher

Notes for development

The npm run dev command with span 2 servers with concurrently. You'll want to use the one running on port 3000, as that's the vite server and comes with HMR. Avoid using the server on port 8080 unless you're testing api related logic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published