Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 607 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 607 Bytes

What's on this repo?

This repository is a file upload web app where users can upload files and view/download them only and admins having privileges to view/download as well as delete others files.

Setup

Firstly install all the required packages and libraries using npm:

npm i

You will need to create a .env file in the base of the project with the following contents:

DB_STRING='mongodb url'
PORT='any port of your choice'

Now, run the app using:

npm run start

Website live on:

https://fileupload1337.azurewebsites.net