Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 313 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 313 Bytes

php-rest-crud

A REST API without using any framework just pure php with front end to test it

Built According to University final year project assignment

  • import database.sql into MySQL database

  • update database configuration and credentials in config.php

  • To start application run php -S localhost:8000