Skip to content

lassejlv/file-sharing-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Sharing

Simple file sharing created with:

Express Node.js MongoDB EJS Hypestyle CSS

Getting Started

Download the soruce code.

git clone https://github.com/lassv/file-sharing-site.git

Install the dependencies.

pnpm (npm) install

Setup the .env file.

PORT = <YOUR_PORT> Eg: 3000
MONGO_URI = <YOUR_MONGO_URI> Eg: mongodb://localhost:27017/file-sharing-site

Start the server.

pnpm (npm, yarn) run dev

Read License

You can find the license in the LICENSE file.

Demo

Check out the demo here: https://file-sharing-site.herokuapp.com