Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1012 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 1012 Bytes

Web File Storage

Operating Systems

  • Ubuntu 22.04
  • Windows 11
  • MacOS 14.0

Programming Languages and Technologies Used

Runtime Environment

Database and Storage

  • MongoDB to store the file information
  • Local file system (serverside) to store the file

How to Use

  • Clone this repository
  • Setup MongoDB (see here)
  • Start MongoDB
  • Create the database: npm run create-db (note: only do this to set up the database or if you want to reset the database)
  • Install the dependencies: npm install
  • Start the development server: npm run dev
  • Or build and start the production server: npm run build && npm run start