Skip to content

This is a web forms app API that I built based on the Web Technology LKS guidelines for the 2024 provincial level

Notifications You must be signed in to change notification settings

Andikss/forms-api

Repository files navigation

Laravel Logo

Laravel - Forms API

API Services for Formify

API Setup

First of all, copy the .env.example file and rename it to .env

Then, update the composer

composer update

Migrate the database and seed default user

php artisan migrate
php artisan db:seed --class="UserSeeder"

Run the server

php artisan serve

Well, that's it! The API services is running 😏

Framework & Library

  • Laravel 11x
  • Sanctum

Grid (kisi-kisi)

See Grid

Developer

Andika Dwi Saputra

About

This is a web forms app API that I built based on the Web Technology LKS guidelines for the 2024 provincial level

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published