{"id":25043745,"url":"https://github.com/bharatlal124/csv-upload_project","last_synced_at":"2026-04-12T00:02:30.309Z","repository":{"id":228980179,"uuid":"775438958","full_name":"bharatlal124/CSV-Upload_Project","owner":"bharatlal124","description":"A web app to upload csv and display the contents in the frontend","archived":false,"fork":false,"pushed_at":"2024-03-21T13:41:31.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T04:58:35.434Z","etag":null,"topics":["dotenv","ejs","expressjs","moongose","multer","nodejs"],"latest_commit_sha":null,"homepage":"https://csv-upload-project-ft3i.onrender.com","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/bharatlal124.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":"2024-03-21T11:48:52.000Z","updated_at":"2024-03-21T13:43:15.000Z","dependencies_parsed_at":"2024-03-21T13:28:01.078Z","dependency_job_id":"c2fb6b5f-f667-405f-83cd-299d6f8944e3","html_url":"https://github.com/bharatlal124/CSV-Upload_Project","commit_stats":null,"previous_names":["bharatlal124/csv-upload_project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharatlal124%2FCSV-Upload_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharatlal124%2FCSV-Upload_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharatlal124%2FCSV-Upload_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharatlal124%2FCSV-Upload_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bharatlal124","download_url":"https://codeload.github.com/bharatlal124/CSV-Upload_Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246393986,"owners_count":20770049,"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":["dotenv","ejs","expressjs","moongose","multer","nodejs"],"created_at":"2025-02-06T04:58:37.534Z","updated_at":"2026-04-12T00:02:30.228Z","avatar_url":"https://github.com/bharatlal124.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV-Upload \n\n##  Description\n\nThis project is a CSV file upload and display application that allows users to upload CSV files, view a list of uploaded files, and display the data from selected files in a table on the frontend. Users can search within the displayed data, sort columns, and potentially paginate the results. This project built using Nodejs, Ejs , CSS , JavaScript.It is responsive across all devices.\n\n## Features :\n\n- User can upload any csv file into the system - using Multer JS\n- Display a list of all uploaded csv files\n- When the user selects a file, it displays all the data (with column headers) in a table on the page (front end)\n- There is a search box which searches on the front end itself and displays the matching rows of the table only (empty search box displays all the data).\n- There is a sorting button (ascending and descending) for each column on the front end\n- There is a validation on the front end and server side on being able to upload only csv type of files\n- There is a pagination of the data displayed in the table to a max of 100 records per page\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n\n## Project Setup :\n\n1. Clone the Repository:\n\n```bash\n   git clone https://github.com/bharatlal124/CSV-Upload_Project\n   cd CSV-Upload_Project\n```\n\n2. Install Dependencies:\n   **npm install**\n\n3. Set environment variables:\n\n- Create a `.env` file in the root directory with the following variables (e.g., `uat.env` for UAT environment):\n- `DB_URL` : mongoDbURL\n- `SECRET` : yoursecretkey\n\n4. Start the Server:\n   **node index.js**\n\n5. Server running at:\n   **http://localhost:3000**\n\n## Deployment Link :\n\n- https://csv-upload-project-ft3i.onrender.com\n\n## Technlogies Used :\n\n- Node Js \u003cbr/\u003e\n- Express Js \u003cbr/\u003e\n- express-ejs-layouts \u003cbr/\u003e\n- dotenv\u003cbr/\u003e\n- ejs\u003cbr/\u003e\n- express\u003cbr/\u003e\n- mongoose\u003cbr/\u003e\n- nodemon\u003cbr/\u003e\n- express-session\u003cbr/\u003e\n- multer \u003cbr/\u003e\n- papaparse \u003cbr/\u003e\n- connect-flash \u003cbr /\u003e\n  \u003cbr/\u003e\n\n## 💻 Project Images :\n\n- Home\n  ![Home Page](https://github.com/bharatlal124/CSV-Upload_Project/assets/127212425/a193e34b-73d7-4949-bd0a-8fc06ed08d6a)\n\n- Home file uploaded\n  ![Home 2](https://github.com/bharatlal124/CSV-Upload_Project/assets/127212425/541d996b-5984-4626-bcc6-311682f6e5a2)\n\n- File data\n  ![file](https://github.com/bharatlal124/CSV-Upload_Project/assets/127212425/83b716d2-2c7a-44a4-bb56-ef722a4a6667)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharatlal124%2Fcsv-upload_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbharatlal124%2Fcsv-upload_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharatlal124%2Fcsv-upload_project/lists"}