An open API service indexing awesome lists of open source software.

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)

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