{"id":15170511,"url":"https://github.com/chanchals7/noapp-assignment","last_synced_at":"2026-01-21T09:32:57.203Z","repository":{"id":202708206,"uuid":"707932716","full_name":"ChanchalS7/noapp-assignment","owner":"ChanchalS7","description":"noapp assignment - about uploading bulk data in api","archived":false,"fork":false,"pushed_at":"2023-10-21T09:38:38.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T01:37:29.065Z","etag":null,"topics":["env","express","mocha","mongoose","multer","nodemon","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChanchalS7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-21T02:45:13.000Z","updated_at":"2023-10-21T09:40:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3edf345-69f1-4767-8488-308f7751215b","html_url":"https://github.com/ChanchalS7/noapp-assignment","commit_stats":null,"previous_names":["chanchals7/noapp-assignment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanchalS7%2Fnoapp-assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanchalS7%2Fnoapp-assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanchalS7%2Fnoapp-assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanchalS7%2Fnoapp-assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChanchalS7","download_url":"https://codeload.github.com/ChanchalS7/noapp-assignment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092836,"owners_count":22013294,"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","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":["env","express","mocha","mongoose","multer","nodemon","unit-testing"],"created_at":"2024-09-27T08:03:32.985Z","updated_at":"2025-05-14T07:13:06.571Z","avatar_url":"https://github.com/ChanchalS7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noapp-assignment\n# Bulk Data Upload API\n\nThis Node.js application allows you to upload bulk data in CSV format and store it in a MongoDB database. It includes unit tests to validate the CSV upload and data storage functionality.\n\n## Getting Started\n\nFollow these steps to set up and run the application.\n\n### Prerequisites\n\nMake sure you have the following software installed on your machine:\n\n- [Node.js](https://nodejs.org/)\n- [MongoDB](https://www.mongodb.com/)\n\n### Installation\n\n1. Clone this repository to your local machine:\n\n```bash\ngit clone https://github.com/ChanchalS7/noapp-assignment.git\n`````\n\n2. Install dependency :\n```\nnpm install\n```\n### Configuration\n\n\nCreate a .env file in the project root directory to set environment variables. You can use the following template and adjust it as needed:\n\n```\nMONGODB_URL=mongodb://localhost:27017/bulk_data\nPORT=8000\n```\n\n### Start the Application\n\n```\nnpm start\n````\n\n### Running Tests\n\n```\nnpm test\n\n```\n\n### API Endpoints\n\nPOST /api/upload: Use this endpoint to upload CSV data. Attach the CSV file as a csvFile field in the request.\n\n\n### Example CSV Files\nYou can find example CSV files in the test/fixtures directory:\n````\nvalid.csv: Contains valid data.\ninvalid.csv: Contains invalid data.\n````\n\n### Author \n\n\n- [Chanchal Verma (LinkedIn)](https://www.linkedin.com/in/chanchals7/)\n- [Chanchal Verma (GitHub)](https://github.com/ChanchalS7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanchals7%2Fnoapp-assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanchals7%2Fnoapp-assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanchals7%2Fnoapp-assignment/lists"}