- Ubuntu 22.04
- Windows 11
- MacOS 14.0
- MongoDB to store the file information
- Local file system (serverside) to store the file
- 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