This Is API bike shop inventory (CRUD). It has several features like login, register, logout, edit user, create product, edit product, delete product, show all list product, and edit quantity. Especially for edit quantity, you increase quantity products as supplier and decrease quantity products as buyer. You also can see Inventory quantity flow buyer and supplier.
- Laravel/Lumen (7.0)
- Install Laragon
- Download/pull this project to C:\laragon\www
- Open this project with cd BikeShopInventoryLumen
- Install composer
- Run composer install in Terminal's Laragon
- Start Laragon
- Create new Database (you can use phpmyadmin, MySQLFront, MySQLYog, etc)
- Migrate Database with php artisan migrate
- Copy file .env.example and rename it to .env
- Edit value DB_DATABASE, DB_USERNAME, DB_PASSWORD
Make sure different PORT with Front End and same port with API_URL in .env frontend
- php -S localhost:PORT -t public
Firbert Oktariko
I am using Template HTML this github project.