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
Install the dependencies.
pnpm (npm) install
Setup the .env file.
PORT = Eg: 3000
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
There are currently no demo!
Top comments (0)