/file-upload

upload and fetch different types of files from the Mongo database

Primary LanguageJavaScript

file-upload

a simple test project for uploading and fetching different types of files from the Mongo database

screenshot:
image of UI

prerequisites

installation

  1. run npm install in folder client
  2. run npm install in folder server

usage

  1. node index.js in server folder.
  2. npm run dev in client folder.