Fraganya / smis-local

A simple API that provides student information to systems implementing such data and needs a local simulation copy of a Student Information System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smis-local

A simple API that provides student information to systems implementing such data and needs a local simulation copy of a Student Information System.

The API basically has a few routes for getting student information using predefined parameters such as ID or Registration Number

@access params

  • Id
  • Reg
  • gender
  • code

installation

[1] You can clone the repository or download it.

[2] You need to create a database and set your configurations as appropriate in the .env file but as you can see the .env file is available and it uses a database called smis_

[3] You need to run the migrations to set up the necessary tables

[4] you can run the batch file server.cmd to start up the server and finally access your smis-local copy.

Note

SMIS-local presents a simple documentation on usage after you open the served copy preset to localhost:8000

About

A simple API that provides student information to systems implementing such data and needs a local simulation copy of a Student Information System

License:MIT License


Languages

Language:Blade 48.5%Language:PHP 45.4%Language:CSS 5.5%Language:Shell 0.5%Language:Batchfile 0.1%