Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

cds-snc/share-files-securely

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Share Files Securely 📨

La version française sera disponible bientôt

This repository is a proof of concept for a secure file sharing service.

demo.mp4

Running in dev container

It is easiest to work with this app in GitHub codespaces as all the env variables a properly pre-populated. Once it is opened in codespaces run:

cd app
make init
make init-dev
make migrate
make serve

Make sure you have the temporary AWS credentials for the SRE Tools account otherwise you will not be able to interact with the S3 bucket.