DEV Community

Said Mounaim
Said Mounaim

Posted on

2

File sharing API Using Node js & Express js

FileSharing

File sharing API Using Node js & Express js

Features:

  • File sharing

Technology Stack:

  • Node js
  • Express Js
  • MongoDB

Default urls:

  • Upload File : localhost:5000/api/upload
  • Get All Files : localhost:5000/api/files
  • Download File : localhost:5000/api/download/:fileId

Install Dependencies

npm install
Enter fullscreen mode Exit fullscreen mode

Run App

# Run in dev mode
npm run server

Enter fullscreen mode Exit fullscreen mode

Github : https://github.com/saidMounaim/FileSharing

Top comments (0)

SurveyJS custom survey software

JavaScript UI Library for Surveys and Forms

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

View demo

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay