https://github.com/helixmw/inventory-records-api
This is a Laravel API with a PostgreSQL database that handles inventory records. (With a Vuejs Frontend App)
https://github.com/helixmw/inventory-records-api
laravel-framework php postgresql vuejs
Last synced: 3 months ago
JSON representation
This is a Laravel API with a PostgreSQL database that handles inventory records. (With a Vuejs Frontend App)
- Host: GitHub
- URL: https://github.com/helixmw/inventory-records-api
- Owner: Helixmw
- Created: 2024-01-02T12:01:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-12T07:07:03.000Z (7 months ago)
- Last Synced: 2025-01-11T10:49:23.261Z (5 months ago)
- Topics: laravel-framework, php, postgresql, vuejs
- Language: PHP
- Homepage: https://helixinventoryapp.netlify.app
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Products API
## This an Inventory Products API built with Laravel with a PostgreSQL database that manages and stores inventory records.
The API features adding product information, creating categories and brands for products, assigning and sorting products by category and brand and includes token based user authentication and administrator roles.
My written source code that you can view.
----------------------------------------------
- routes/api.php
- app/Http/Controllers/CategoryController
- app/Http/Controllers/BrandController
- app/Http/Controllers/ProductsController
- app/Http/Controllers/ServicesController
- app/Http/Controllers/api/AuthController
- app/Http/Controllers/UsersController
- app/Http/Interfaces/ProductInterface
- app/Http/Middleware/CheckUserRoles
- app/Models/Category
- app/Models/Brand
- app/Models/Product