Skip to content

Just another file upload/download app with proper authentication and vulnerability mitigation.

Notifications You must be signed in to change notification settings

The-Debarghya/file-store

Repository files navigation

file-store

  • Just another file upload/download app with proper authentication and vulnerability mitigation.
  • Key features: File upload vulnerability mitigated by all means, used safe auth mechanism using passport and prevented strange file uploads by restricting only to text,pdf and images.
  • Though docker-compose is present it couldn't be used inside railway, so...apologies!

How to use?

  • Using local deployment:(Using node and npm)
    • Create a .env file with 2 variables as DB_STRING and SECRET, then start the application:
npm i
npm start
  • Using docker:
docker compose up

About

Just another file upload/download app with proper authentication and vulnerability mitigation.

Topics

Resources

Stars

Watchers

Forks

Languages