Skip to content

AktoFredy/TA_Backend_REST_API

Repository files navigation

Laravel Logo

About API

This REST API is created using Laravel framework. As a backend or REST API, it provide, validate, save and delete data in database according rule that has been set. This API provide data for StokEase APP for product and activities in MSMEs retail industries:

  • Docs can be accessed in localhost:8000/docs or this file.
  • This REST API created using MVC architecture.
  • All of dummy data or backup database can be accessed in this folder.

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Tech Stack

  • Laravel 11.
  • Blade and PHP programming language.
  • MVC (Model-View-Controller).
  • MySQL Database.

Installation

  1. Open terminal in targeted folder
  2. Clone Repository git clone https://github.com/AktoFredy/IventarisTA_10778.git.
  3. Open repo folder.
  4. Run bash composer install.
  5. Rename and copy .env file by running bash cp .env.example .env
  6. Generate app key by running bash php artisan key:generate.
  7. Configure database in .env file.
  8. Migrate all database php artisan migrate.

Running REST API

  • Serve in localhost(default 127.0.0.1) with default port by running bash command:
php artisan serve
  • Serve in custom host and port by running bash command (replace [] with actual value):
php artisan serve --host [custom ipv4] --port [custom port]

About

Backend REST API Laravel StokEase (Thesis)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors