Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lassejlv/file-sharing-site

Simple file sharing site.
https://github.com/lassejlv/file-sharing-site

ejs express hypestylecss mongodb nodejs

Last synced: about 2 months ago
JSON representation

Simple file sharing site.

Awesome Lists containing this project

README

        

## File Sharing

Simple file sharing created with:

[Express](https://expressjs.com)
[Node.js](https://nodejs.org)
[MongoDB](https://www.mongodb.com)
[EJS](https://ejs.co)
[Hypestyle CSS](https://www.hypestylecss.xyz)

## Getting Started

Download the soruce code.

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

Install the dependencies.

```bash
pnpm (npm) install
```

Setup the .env file.

PORT = Eg: 3000

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

Start the server.

```bash
pnpm (npm, yarn) run dev
```

## Read License

You can find the license in the LICENSE [file](https://github.com/lassv/file-sharing-site/blob/main/LICENSE).

## Demo

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