{"id":21241010,"url":"https://github.com/zenithexe/inventory-management-app","last_synced_at":"2026-04-29T19:01:43.729Z","repository":{"id":249452718,"uuid":"822677335","full_name":"zenithexe/inventory-management-app","owner":"zenithexe","description":"This is a full-stack Inventory Management Web App","archived":false,"fork":false,"pushed_at":"2024-09-15T18:02:09.000Z","size":569,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T21:59:54.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://inventory-management-app-ruby.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/zenithexe.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-07-01T15:35:21.000Z","updated_at":"2024-09-15T18:02:12.000Z","dependencies_parsed_at":"2025-01-21T19:45:42.472Z","dependency_job_id":null,"html_url":"https://github.com/zenithexe/inventory-management-app","commit_stats":null,"previous_names":["zenithexe/inventory-management-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zenithexe/inventory-management-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenithexe%2Finventory-management-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenithexe%2Finventory-management-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenithexe%2Finventory-management-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenithexe%2Finventory-management-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zenithexe","download_url":"https://codeload.github.com/zenithexe/inventory-management-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenithexe%2Finventory-management-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"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":[],"created_at":"2024-11-21T00:54:10.298Z","updated_at":"2026-04-29T19:01:43.709Z","avatar_url":"https://github.com/zenithexe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory Management App 💼\nThis is a full-stack Inventory Management App Project, that is built using Next.js and MongoDB (Mongoose).\n\nDeployment : https://inventory-management-app-ruby.vercel.app/\n\n## Features\n- **User Authentication**: Secure login and registration.\n- **User Authorization**: Role-based Authorization. There are mainly two roles, `user` and `admin`.\n- **Product Management**: Add, edit, and delete products.\n- **Category Management** : Manage product categories.\n- **User Management** : Admin are able to manage othe users.\n- **Search and Filter** : Easily find products with advanced search, filter, sort options.\n\n## Installation\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/zenithexe/inventory-management-app.git\n    ```\n\n2. Navigate to the project directory:\n    ```bash\n    cd inventory-management-app\n    ```\n\n3. Install dependencies:\n    ```bash\n    npm install\n    ```\n4. Set up the environment variables. Create a `.env` file in the root directory and add the necessary variables:\n    ```plaintext\n    MONGODB_URI=\"your_database_url\"\n    NEXTAUTH_SECRET=\"Generate_your_own_secret_key\"\n    NEXTAUTH_URL=\"http://localhost:3000/\"\n    ```\n5. Integrate your MongoDB Database with the project.\n    ```\n    just google it man :)\n    ```\n\n6. Start the development server :\n     ```bash\n        npm run dev\n     ```\n\n## App-Routes\nOnce the server is running, you can access the application at `http://localhost:3000`.\nThese are the different routes :\n- **/** : Basic Home-page. Content about the project.\n- **/profile** : Manage your account. \n- **/inventory** : Advance view of your inventory.\n- **/category** :  Advance view to manage the `item-category`.\n- **/users** : Advance view to manage `users`. Admins are only able to manage other users.\n- **/login** : User Login Page\n- **/register** : User Registration Page\n\n## App-Role Permessions\n`User Role` :\n- Add/Edit inventory items.\n- View Categories\n- View other users. Edit their own profile.\n\n`Admin Role` :\n- Add/Edit/Delete inventory items.\n- Add/Edit/Delete Category\n- Edit/Delete/Promote/Demote other users.\n\n## Dependencies\nThese are the library used in the project.\n- `shadcnn` : UI Library\n- `Tanstack React Tables` : Headless React UI library to create complete Table UI.\n- `NextAuth (Auth.js)` : User Authentication and Session Control\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenithexe%2Finventory-management-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenithexe%2Finventory-management-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenithexe%2Finventory-management-app/lists"}