DEV Community

latze
latze

Posted on • Updated on

File Sharing Site

File Sharing

Simple file sharing created with:

Github project: https://github.com/lassv/file-sharing-site (feel free to give a star ⭐)

Express
Node.js
MongoDB
EJS
Hypestyle CSS

Getting Started

Download the soruce code.

git clone https://github.com/lassv/file-sharing-site.git
Enter fullscreen mode Exit fullscreen mode

Install the dependencies.

pnpm (npm) install
Enter fullscreen mode Exit fullscreen mode

Setup the .env file.

PORT = Eg: 3000

MONGO_URI = Eg: mongodb://localhost:27017/file-sharing-site

Start the server.

pnpm (npm, yarn) run dev
Enter fullscreen mode Exit fullscreen mode

Read License

You can find the license in the LICENSE file.

Demo

There are currently no demo!

Top comments (0)