Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 239 Bytes

File metadata and controls

16 lines (13 loc) · 239 Bytes

File-Sharing-WebApp

Tech Stack:

  1. Frontend: ReactJS
  2. Backend: NodeJS, ExpressJS
  3. Database: MongoDB
  4. File Storing: Multer

Set-up:

/client:

  1. npm i
  2. npm run dev

/server:

  1. npm i
  2. npm start