{"id":22221249,"url":"https://github.com/victorbadaro/node-csv-reader-example","last_synced_at":"2025-03-25T07:42:44.664Z","repository":{"id":192938389,"uuid":"687775769","full_name":"victorbadaro/node-csv-reader-example","owner":"victorbadaro","description":"This is an example app that was made to try CSV file reading","archived":false,"fork":false,"pushed_at":"2023-09-08T12:52:26.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T07:13:49.749Z","etag":null,"topics":["csv","csv-parser","dotenv","express","expressjs","file-upload","multer","node","node-js","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/victorbadaro.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-09-06T01:33:14.000Z","updated_at":"2023-09-08T12:54:29.000Z","dependencies_parsed_at":"2024-12-03T03:03:51.223Z","dependency_job_id":null,"html_url":"https://github.com/victorbadaro/node-csv-reader-example","commit_stats":null,"previous_names":["victorbadaro/node-csv-reader-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorbadaro%2Fnode-csv-reader-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorbadaro%2Fnode-csv-reader-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorbadaro%2Fnode-csv-reader-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorbadaro%2Fnode-csv-reader-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victorbadaro","download_url":"https://codeload.github.com/victorbadaro/node-csv-reader-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245422921,"owners_count":20612725,"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":["csv","csv-parser","dotenv","express","expressjs","file-upload","multer","node","node-js","nodejs","typescript"],"created_at":"2024-12-02T23:12:50.010Z","updated_at":"2025-03-25T07:42:44.643Z","avatar_url":"https://github.com/victorbadaro.png","language":"TypeScript","readme":"# node-csv-reader-example\n\n[![LEIAME.md](https://img.shields.io/badge/-Leia%20em%20Portugu%C3%AAs-brightgreen?style=for-the-badge)](./LEIAME.md)\n\n## Summary\n- [🧾 About](#-about)\n- [🚀 Main technologies](#-main-technologies)\n- [💻 Usage](#-usage)\n- [👌 Requests](#-requests)\n\n## 🧾 About\nThis is an example app that was made to try CSV file reading. You can make [requests](#-requests) to list users, create users and (of course) import users from a CSV file.\n\n## 🚀 Main technologies\n- [Node.js](https://nodejs.org/)\n- [Express](https://expressjs.com/)\n- [Multer](https://github.com/expressjs/multer)\n- [CSV Parse](https://csv.js.org/parse/)\n- [Typescript](https://www.typescriptlang.org/)\n\n_(You can see all the dependencies in the [package.json](./package.json) file)_\n\n## 💻 Usage\n1. Clone the project (you'll need a [personal access token](https://docs.github.com/pt/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls)):\n   ```bash\n   $ git clone https://github.com/victorbadaro/node-csv-reader-example\n   ```\n\n2. Access its directory:\n   ```bash\n   $ cd node-csv-reader-example\n   ```\n\n3. Install its dependencies:\n   ```bash\n   $ yarn\n   # feel free to use another package manager, but you might want use yarn once there's already a yarn.lock file in the root directory\n   ```\n\n4. Create a `.env` file in the root directory with the same content that is in the [.env.example](./.env.example) file and fill the variables with your own data:\u003cbr /\u003e\n   For example:\u003cbr /\u003e\n   ![image](https://github.com/victorbadaro/node-csv-reader-example/assets/9096344/2e2d1cce-a7cb-44a3-9b88-6be360ffcf2e)\n\n5. Start the server by running the `dev` script:\n   ```bash\n   $ yarn dev\n   ```\n\n## 👌 Requests\nNow the server is ready to receive your requests! There's a [request collection](./request-collection.json) in the root directory so you can use (use [insomnia](https://insomnia.rest/) to import the collection). Remember to inform the server port in the `port` environment variable in your rest client software!\u003cbr /\u003e\nHere are the requests you can make:\n\n- GET /users\n- POST /users\n  ```json\n  {\n    \"name\": \"\",\n    \"email\": \"\"\n  }\n  ```\n- POST /users/import\n\t\u003e This is a multipart request. Remember to select a CSV file (you can use the [users.csv](./users.csv) file as well)\n---\n\n\u003cp align=\"center\"\u003eThis project was created and developed with ❤ by \u003ca href=\"https://github.com/victorbadaro\"\u003eVictor Badaró\u003c/a\u003e\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorbadaro%2Fnode-csv-reader-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorbadaro%2Fnode-csv-reader-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorbadaro%2Fnode-csv-reader-example/lists"}