{"id":24736811,"url":"https://github.com/shivanshu840/hashedtoken","last_synced_at":"2026-04-07T22:32:30.003Z","repository":{"id":253530560,"uuid":"843783293","full_name":"Shivanshu840/HashedToken","owner":"Shivanshu840","description":"The File Traversal System is a web application built using Node.js for the backend and React.js for the frontend. It allows users to traverse a directory structure, displaying folders and files hierarchically. ","archived":false,"fork":false,"pushed_at":"2024-08-17T12:38:15.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T17:37:40.193Z","etag":null,"topics":["express","mongodb","nodejs","reactjs","sql"],"latest_commit_sha":null,"homepage":"https://hashed-token.vercel.app","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/Shivanshu840.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-08-17T12:06:17.000Z","updated_at":"2025-03-19T05:22:00.000Z","dependencies_parsed_at":"2024-08-17T13:31:50.112Z","dependency_job_id":"596eb919-d76e-447f-b941-9bb813f401ef","html_url":"https://github.com/Shivanshu840/HashedToken","commit_stats":null,"previous_names":["shivanshu840/hashedtoken"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shivanshu840/HashedToken","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivanshu840%2FHashedToken","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivanshu840%2FHashedToken/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivanshu840%2FHashedToken/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivanshu840%2FHashedToken/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shivanshu840","download_url":"https://codeload.github.com/Shivanshu840/HashedToken/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivanshu840%2FHashedToken/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["express","mongodb","nodejs","reactjs","sql"],"created_at":"2025-01-27T21:59:44.700Z","updated_at":"2026-04-07T22:32:29.985Z","avatar_url":"https://github.com/Shivanshu840.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# File Traversal System\n\nThe File Traversal System is a web application built using Node.js for the backend and React.js for the frontend. It allows users to traverse a directory structure, displaying folders and files hierarchically. Users can interact with the folders to view subfolders and files, mimicking a file explorer.\n\n\n## Features\n\n- Directory Traversal: Users can explore nested directories and view their contents.\n- Responsive UI: Built with React.js, the frontend offers an interactive and dynamic user experience.\n- Backend API: Node.js and Express power the backend, providing APIs for folder and file operations.\n\n\n## Tech Stack\n\n**Frontend:** React.js\n\n**Backend:** Node.js, Express\n\n**Database:** MongoDB (if used for storing folder structures)\n\n**Styling:** CSS (or Bootstrap)\n\n## Installation\n\n**Clone the Repository:**\n\n```bash\ngit clone https://github.com/Shivanshu840/HashedToken.git\n\ncd HashedToken\n\n```\n\n**Backend setup:**\n\n\n```bash\ncd backend\nnpm install\n\n\n```\n  - **Environment Variables:**\n\n  ```bash\nPORT=5000\nMONGO_URI=your_mongodb_connection_string\n\n\n```\n\n- **Start Backend:**\n\n```bash\nnode app.js\n\n```\n\n**Frontend setup:**\n\n```bash\ncd File_traversal_system\n\n\n```\n- **Start Frontend:**\n\n```bash\nnpm run dev\n\n```\n\n    \n## API Reference\n\n#### Get Folder items\n\n```http\nEndpoint: GET /folders/list\nDescription: Retrieves a list of all folders and their subfolders.\n```\n\n#### Create a Folder\n\n```http\nEndpoint: POST /folders/create-folder\nDescription: Creates a new folder.\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `name`      | `string` | **Required**.  Name of the folder |\n| `parent`      | `objectID` | **Required**.  Folder of the parent id (optional) |\n| `children`      | `Array(objectID)` | **Required**. Hold the childeren Reference |\n\n\n\n## Usage/Examples\n\n- Navigate to the root directory of the project.\n- Start the backend and frontend as described in the installation section.\n- Open your browser and go to https://hashed-token.vercel.app/.\n- Start exploring the folder structure.\n\n\n## Contributing\n\nContributions are always welcome!\n\nSee `contributing.md` for ways to get started.\n\nPlease fork the repository and create a pull request with your changes.\n\n\n## Contact\n\nIf you have any questions or issues, feel free to open an issue on GitHub or contact me directly at rajshivanshu544@gmail.com.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivanshu840%2Fhashedtoken","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivanshu840%2Fhashedtoken","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivanshu840%2Fhashedtoken/lists"}