1. Upload the file into the database as well as the folder.
2. Download the uploaded file from the database.
3. Using Middleware to upload files.
4. Used Route, controller, and model.
1. First download the project zip file and extract it on your computer.
1. Install node js if you haven’t installed it.
2. Open your terminal with your project root directory and run the command: npm install
1. log in to the MongoDB database and create a new cluster and database or Mongodb compass string.
2. Change the MongoDB string in the index.js file (MONGOURL) with your database, username, and password.
1. Run the server by using the command: npm start