Repository of creating REST APIs using PHP & MySql.
All you need to do is copy server folder of repository in your server( Apache, etc. )
- Create database of your choice with table user(id, name, email, password, contact).
- For Linux you can copy that server folder to /var/www/html.
- For windows copy to www folder of WAMP/XAAMP.