Commit Graph

30 Commits

Author SHA1 Message Date
drew c6a54ee2e1 moved db to folder 2025-01-12 20:05:30 -06:00
Drew Rautenberg b53014627b Merge pull request #6 from Pup-Ion-Dev/dockertest
Dockertest
2025-01-12 19:47:16 -06:00
drew 53c8c0700a fixed it 2025-01-12 19:46:35 -06:00
drew 2e1a3b0dcc shits fucked? 2025-01-12 19:41:55 -06:00
Drew Rautenberg a548bc0aa2 Merge pull request #5 from Pup-Ion-Dev/DrewRautenberg-patch-1
Update docker-image.yml
2025-01-12 19:08:01 -06:00
Drew Rautenberg 2a656dbb87 Rename barkmanAPI.csproj to barkmanapi.csproj 2025-01-12 19:05:56 -06:00
Drew Rautenberg 4e46873fd6 Update docker-image.yml 2025-01-12 18:58:34 -06:00
Drew Rautenberg 2b5550f84b Create docker-image.yml 2025-01-12 18:51:21 -06:00
drew 82f0249989 Add Docker support for the API project 2025-01-12 18:40:39 -06:00
Drew Rautenberg e6ce0854b2 Merge pull request #4 from Pup-Ion-Dev/3-add-tailwind-css
Switch to TailwindCSS and remove global CSS file
2025-01-12 15:39:00 -06:00
drew 937fd33cee Update theme to use brand color instead of hardcoded red 2025-01-12 15:29:41 -06:00
drew ea965b6834 Switch to TailwindCSS and remove global CSS file 2025-01-12 15:16:21 -06:00
drew 211fcac0c3 Add "Home" button with link to the homepage in inventory
This commit adds a "Home" button to the inventory page, allowing users to navigate back to the homepage easily. The `Link` component from "react-router" was imported to achieve this functionality.
2025-01-11 21:53:25 -06:00
drew 643b8cfbcc Made router work 2025-01-11 21:25:17 -06:00
drew 1ebbb16677 idfk 2025-01-09 18:04:00 -06:00
drew 62c8d5b266 Remove React logo and counter, update App title to 'BarkMan'
The React logo and counter button were removed from the app. The main heading was updated to display 'BarkMan', simplifying the interface. Unused imports were also cleaned up.
2025-01-09 16:53:37 -06:00
drew 9a22067ead changed front end stack 2025-01-09 16:29:36 -06:00
drew f67d00c921 changed structure 2025-01-09 13:23:49 -06:00
drew 46b278e08a added ui 2025-01-09 11:40:50 -06:00
Drew Rautenberg 26588c4d8c Create README.md 2025-01-09 10:23:28 -06:00
drew 8375999172 Add CRUD endpoints for inventory management
Implemented GET, POST, PUT, and DELETE endpoints for the `/inventory` resource. These endpoints provide full CRUD functionality, handling operations such as retrieval, creation, update, and deletion of inventory items in the database. Adds appropriate error handling for cases where inventory items are not found.
2025-01-08 19:30:52 -06:00
drew f942c30b49 added a bunch of shit 2025-01-08 19:04:35 -06:00
drew 9ffaf27ca3 stuff 2025-01-08 18:13:31 -06:00
drew 09e65ee0d1 Rename and refactor inventory model to bark database model
Renamed `inventoryModel.cs` to `barkDbModel.cs` and refactored the context class from `InventoryContext` to `BarkContext`. Consolidated inventory item properties into a new `InventoryItems` class for better organization and future scalability.
2025-01-08 17:09:20 -06:00
drew c3e567494c updates 2025-01-08 16:57:51 -06:00
drew 0bc0c9e76f some changes 2025-01-08 10:55:59 -06:00
drew b05abfba0e things pt2 2025-01-07 22:02:12 -06:00
drew 696cc84dc0 things and stuff 2025-01-07 21:56:50 -06:00
drew e2cc55345a v1 API 2025-01-07 13:32:20 -06:00
drew 4baf2d8fa1 base files 2025-01-07 11:39:01 -06:00