Built to help my friends upload and share files easier.
Insert gif or link to demo
Client: Ejs, file-icon-vectors, TailwindCSS
Server: Node, Express, MongoDB & AWS-S3
To run this project, you will need to add the following environment variables to your .env file
PORT
MONGO_CONNECT_STRING
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
Install my-project with npm
git clone https://github.com/kyng-cytro/file-share
cd 'file-share'
npm install
npm run start
This project is far from complete.
I did somethings differently to avoid having to pay for the S3 bucket. I hope to fix them soon.
Contributions are always welcome!