Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lassejlv/file-sharing-site
- Owner: lassejlv
- License: mit
- Created: 2022-06-28T16:54:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T19:04:30.000Z (over 2 years ago)
- Last Synced: 2024-04-17T03:57:55.464Z (9 months ago)
- Topics: ejs, express, hypestylecss, mongodb, nodejs
- Language: EJS
- Homepage: https://file-sharing-site.herokuapp.com
- Size: 105 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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