{"id":25187052,"url":"https://github.com/pranjalwalia/nodejs-file-upload-starter","last_synced_at":"2025-10-04T19:04:38.216Z","repository":{"id":99477063,"uuid":"380929367","full_name":"pranjalwalia/nodejs-file-upload-starter","owner":"pranjalwalia","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-28T08:11:10.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T01:29:30.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pranjalwalia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-06-28T06:30:49.000Z","updated_at":"2023-03-08T23:20:36.000Z","dependencies_parsed_at":"2023-04-08T15:31:12.657Z","dependency_job_id":null,"html_url":"https://github.com/pranjalwalia/nodejs-file-upload-starter","commit_stats":null,"previous_names":["pranjalwalia/nodejs-file-upload-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pranjalwalia/nodejs-file-upload-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pranjalwalia%2Fnodejs-file-upload-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pranjalwalia%2Fnodejs-file-upload-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pranjalwalia%2Fnodejs-file-upload-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pranjalwalia%2Fnodejs-file-upload-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pranjalwalia","download_url":"https://codeload.github.com/pranjalwalia/nodejs-file-upload-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pranjalwalia%2Fnodejs-file-upload-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278358630,"owners_count":25973981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-09T19:44:50.624Z","updated_at":"2025-10-04T19:04:38.172Z","avatar_url":"https://github.com/pranjalwalia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nA barebones hackathon starter to easily integrate Scalable file upload capabilities into your favourite nodejs applications wihtout any refactoring.\n\n# Installation Guide\n\nThis project requires the following tools:\n\n- [Node.js](https://nodejs.org/en/) - The JavaScript environment for server-side code.\n- [NPM](https://www.npmjs.com/) - A Node.js package manager used to install dependencies.\n- [MongoDB](https://www.mongodb.com/) - A NoSQL database system.\n\n# Getting Started\n\n**Step 1. Clone the code into a fresh folder**\n\n```\n$ git clone git@github.com:masterchief01/nodejs-file-upload-starter.git\n$ cd nodejs-file-upload-starter\n```\n\n**Step 2. Install Dependencies.**\n\nNext, we need to install the project dependencies, which are listed in `package.json`.\n\n```\n$ npm install\n```\n\nor if you're using `yarn`\n\n```\n$ yarn\n```\n\n**Step 4: Update environment variables and run the Server.**\n\nCreate a new file named `.env` by duplicating `.env.example`. Update the new file with the GitHub credentials. It should look similar to this:\n\n```\n# .env\nMONGO_URL=[INSERT_DATABASE_URL]\nPORT=[PORT_TO_RUN_SERVER]\n```\n\nNow we're ready to start our server in development mode with:\n\n```\n$ npm run dev\n```\n\nor if you're using `yarn`\n\n```\n$ yarn dev\n```\n\nOpen http://localhost:5000 to view it in your browser.\n\nThe app will automatically reload if you make changes to the code.\nYou will see the build errors and warnings in the console.\n\n# What's Included ?\n\n- [multer](https://github.com/expressjs/multer): Out of the box suppport for file uploads\n- [Express](https://github.com/expressjs/express): A minimalistic web framework\n- [mongoose](https://mongoosejs.com/): An ODM for integrating MongoDB in JavaScript Applications\n\nFor further steps view the [user guide][user-guide].\n\n# License\n\nThis Starter is open source software [licensed as MIT][license].\n\n[user-guide]: https://github.com/masterchief01/nodejs-file-upload-starter/blob/master/docs/CONDUCT.md\n[license]: https://github.com/masterchief01/nodejs-file-upload-starter/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranjalwalia%2Fnodejs-file-upload-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpranjalwalia%2Fnodejs-file-upload-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranjalwalia%2Fnodejs-file-upload-starter/lists"}