{"id":19945493,"url":"https://github.com/odilson-dev/inventory-application","last_synced_at":"2026-04-12T00:03:28.899Z","repository":{"id":250626922,"uuid":"832935130","full_name":"odilson-dev/inventory-application","owner":"odilson-dev","description":"This project is part of the NodeJS course and is designed to practice the skills learned throughout the section.","archived":false,"fork":false,"pushed_at":"2024-09-03T19:51:03.000Z","size":1174,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T20:52:43.479Z","etag":null,"topics":["expressjs","nodejs","postgresql"],"latest_commit_sha":null,"homepage":"https://inventory-applicationtop.adaptable.app","language":"EJS","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/odilson-dev.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-24T03:12:24.000Z","updated_at":"2024-09-03T21:01:42.000Z","dependencies_parsed_at":"2024-08-27T22:02:46.708Z","dependency_job_id":"edd8e7c3-0a37-4769-8b88-3fbe8913b87c","html_url":"https://github.com/odilson-dev/inventory-application","commit_stats":null,"previous_names":["odilson-dev/inventory-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odilson-dev%2Finventory-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odilson-dev%2Finventory-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odilson-dev%2Finventory-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odilson-dev%2Finventory-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odilson-dev","download_url":"https://codeload.github.com/odilson-dev/inventory-application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241374515,"owners_count":19952544,"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":["expressjs","nodejs","postgresql"],"created_at":"2024-11-13T00:25:45.287Z","updated_at":"2025-11-27T00:02:36.982Z","avatar_url":"https://github.com/odilson-dev.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory Application\n\n## Project Overview\n\nThis project is part of the NodeJS course and is designed to practice the skills learned throughout the section. The objective is to create an Inventory Management app for an imaginary store. The app allows users to manage categories and items, providing full CRUD (Create, Read, Update, Delete) functionality.\n\n## Features\n\n- **Categories**: Users can create, view, update, and delete categories.\n- **Items**: Users can create, view, update, and delete items within categories.\n- **CRUD Operations**: Full CRUD functionality for both categories and items.\n- **Customizable Business Type**: The app can be adapted to manage inventory for various types of businesses, such as groceries, car parts, toys, musical instruments, etc.\n\n## Technologies Used\n\n- **Backend**: Node.js with Express.js\n- **Database**: PostgreSQL\n- **Views**: EJS (Embedded JavaScript) for dynamic HTML rendering\n- **Styles**: CSS for styling the frontend\n\n## Database Design\n\nBefore starting, the database schema was designed to define the entities and their relationships. The key entities are:\n\n- **Category**: Represents different categories of items.\n- **Item**: Represents the individual items within a category.\n\n### Entity Relationships\n\n- Each `Item` belongs to a `Category`.\n- A `Category` can have multiple `Items`.\n\n## Setup Instructions\n\n### Prerequisites\n\n- Node.js\n- PostgreSQL\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/inventory-app.git\n   ```\n2. Navigate to the project directory\n\n```bash\ncd inventory-app\n```\n\n3. Install dependencies:\n\n```bash\npnpm install\n```\n\n4. Run the app\n\n```bash\npnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodilson-dev%2Finventory-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodilson-dev%2Finventory-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodilson-dev%2Finventory-application/lists"}