Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

29 lines (27 loc) · 1.54 KB

SnugSafe is the cute digital file store solution

description

Snugsafe is the simple, secure way to store and share files with fine-tune access control for your shares. User access is controlled through simple username/passkey combinations. Simply input your username, and utilize your devices cross-platform passkey. This mean access to files are extremely secure, as they're locked to the original signing user.

Getting started

This is a monorepo, streamlined for rapid development and scale. Thus it requires the use of Docker Compose to spin up a local server. It consists of 3 services:

  • A React app, using Vite.
  • An Express.js Node Server
  • A postgres database

To spin up the local development server, simply hop into the root of the repo, and run npm run dev. This will spin up all services.

I will retain a public version of this app located at https://snugsafe.stevenjunio.com in sleeper mode, so long as hosting fees remain reasonable. **NOTE: this means the application will shut down to conserve resources while not being used. If you received timeouts, or general server errors. Please wait a minute and refresh. The servers wake up after some http activity.**