Skip to content

ExpressJS file upload client with users being able to sign up and upload files and admins having privileges to view and delete them

Notifications You must be signed in to change notification settings

looneyd-rohit/fileupload1337

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ExpressJS file upload client with users being able to sign up and upload files and admins having privileges to view and delete them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published