Skip to content

sayedafif/namesearch_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

namesearch_api

Import the Database with:

mysql -u username -p database_name < all_names_db.sql

Run the server with:

php -S localhost:8000

Send the GET/POST requests to:

http://localhost:8000/search.php?fname=first_name

or

http://localhost:8000/search.php?lname=last_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages