{"id":30827618,"url":"https://github.com/ashokrimal/rass","last_synced_at":"2025-09-06T13:35:06.959Z","repository":{"id":312192677,"uuid":"1045993556","full_name":"ashokrimal/rass","owner":"ashokrimal","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-29T04:56:20.000Z","size":18293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T06:39:16.093Z","etag":null,"topics":["ashokrimal","bca","cct","college-projects","crimsoncollegeoftechnology","departmental-store-management-system","dsms","lamirkohsa","pokhara-university","rass","rohitshrestha","shishirpandey","shushilbhusal","students"],"latest_commit_sha":null,"homepage":"https://dsmsbyrass.vercel.app","language":"TypeScript","has_issues":false,"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/ashokrimal.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,"zenodo":null}},"created_at":"2025-08-28T03:08:56.000Z","updated_at":"2025-08-29T04:56:23.000Z","dependencies_parsed_at":"2025-08-29T06:49:35.500Z","dependency_job_id":null,"html_url":"https://github.com/ashokrimal/rass","commit_stats":null,"previous_names":["ashokrimal/rass"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ashokrimal/rass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashokrimal%2Frass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashokrimal%2Frass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashokrimal%2Frass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashokrimal%2Frass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashokrimal","download_url":"https://codeload.github.com/ashokrimal/rass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashokrimal%2Frass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273912729,"owners_count":25189969,"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-09-06T02:00:13.247Z","response_time":2576,"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":["ashokrimal","bca","cct","college-projects","crimsoncollegeoftechnology","departmental-store-management-system","dsms","lamirkohsa","pokhara-university","rass","rohitshrestha","shishirpandey","shushilbhusal","students"],"created_at":"2025-09-06T13:35:03.387Z","updated_at":"2025-09-06T13:35:06.945Z","avatar_url":"https://github.com/ashokrimal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DSMS - Departmental Store Management System\n\u003ca href=\"https://dsmsbyrass.vercel.app/\" target=\"_blank\" rel=\"noreferrer\"\u003e\n  \u003cdiv style=\"width: 100%; height: 100%; object-fit:cover;\"\u003e\n    \u003cimg \n      src=\"dsms.png\" \n      alt=\"Banner\" \n      style=\"width: 100%; height: 350px; overflow: hidden;\"\n    \u003e\n  \u003c/div\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n    \n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![React](https://img.shields.io/badge/React-18.2.0-blue)](https://reactjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.2.2-blue)](https://www.typescriptlang.org/)\n[![MongoDB](https://img.shields.io/badge/MongoDB-6.0.7-green)](https://www.mongodb.com/)\n\n---\n\n## Overview\nRASS is a modern Departmental Store Management System built with **React + TypeScript** for the frontend and **MongoDB** for the database. It is designed to streamline retail operations, including inventory management, sales, and customer management.\n\n## Features\n- **Product Management:** Add, update, and delete products.\n- **Inventory Tracking:** Monitor stock levels and get alerts for low inventory.\n- **Sales Processing:** Handle billing efficiently with support for multiple payment methods.\n- **Customer Management:** Maintain customer profiles and purchase histories.\n- **Reporting:** Generate sales and inventory reports for analysis.\n\n## Tech Stack\n- **Frontend:** React, TypeScript, Tailwind CSS \n- **Backend:** Node.js, Express\n- **Database:** MongoDB\n- **Other Tools:** Mongoose for database interactions, Axios for API calls\n\n\n\n\n\n## Installation\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/ashokrimal/rass.git\n\n\n2. **Navigate to the project directory:\n   ```bash\n   cd rass\n\n3. **Install Dependencies\n    ```bash\n    npm install\n\n4. **Setup MongoDB:\n\t-\tCreate a MongoDB database.\n\t- Update the .env file with your MongoDB connection string:\n\n5. **Start the development Server:\n   ```bash\n   npm run dev\nThe app should now be running on http://localhost:3000 by default (or the port your Vite/React app is configured to use).\n\n6. **Usage**\n\t-\t**Admin Panel:** Manage products, view sales reports, and update inventory.\n\t-\t**Customer Interface:** Browse products and make purchases through the intuitive UI.\n\n7. **Contributing**\n   \n    Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request.\n\n\n\u003cbr\u003e\n\n\n\n\n\n## Team Members\n\nMeet the awesome team behind RASS:\n\n| Avatar | Name           | Role                     | GitHub | LinkedIn | Portfolio |\n|--------|----------------|--------------------------|--------|----------|-----------|\n| \u003cimg src=\"https://avatars.githubusercontent.com/ashokrimal\" width=\"70\" height=\"70\" style=\"border-radius:50%;\"\u003e | Ashok Rimal    | Project Lead / Developer | [GitHub](https://github.com/ashokrimal) | [LinkedIn](https://www.linkedin.com/in/ashokrimal) | [Portfolio](https://ashokrimal.com.np) |\n| \u003cimg src=\"https://avatars.githubusercontent.com/username4\" width=\"70\" height=\"70\" style=\"border-radius:50%;\"\u003e | Rohit Shrestha  | Frontend Developer       | [GitHub](https://github.com/username4) | [LinkedIn](https://www.linkedin.com/in/username4) | [Portfolio](https://username4.dev) |\n| \u003cimg src=\"https://avatars.githubusercontent.com/username2\" width=\"70\" height=\"70\" style=\"border-radius:50%;\"\u003e | Shishir Pandey  | Developer / Designer     | [GitHub](https://github.com/username2) | [LinkedIn](https://www.linkedin.com/in/username2) | [Portfolio](https://username2.dev) |\n| \u003cimg src=\"https://avatars.githubusercontent.com/shushilbhusal\" width=\"70\" height=\"70\" style=\"border-radius:50%;\"\u003e | Shushil Bhusal  | Backend Developer        | [GitHub](https://github.com/shushilbhusal) | [LinkedIn](https://www.linkedin.com/in/shushilbhusal) | [Portfolio](https://shushilbhusal.com.np) |\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashokrimal%2Frass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashokrimal%2Frass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashokrimal%2Frass/lists"}