Skip to content

techjackpot/slimAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e53a53a · Mar 23, 2017

History

2 Commits
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017
Mar 23, 2017

Repository files navigation

slimAPI

  1. git clone https://github.com/techjackpot/slimAPI.git
  2. composer install Make sure you installed composer already.
  • You need to run patients.sql on aihealth database. (DB configuration can be seen on src/config.php)
mysql -u root
>use aihealth;
>source patients.sql;
  • In public folder, run php -S localhost:8080
  • Use Postman to check APIs.