Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 730 Bytes

File metadata and controls

30 lines (21 loc) · 730 Bytes

web-api-for-mobile-apps-in-codeigniter

This is a simple Web API for mobile apps. By using this a user can sign-up, login, view user, edit/update user, delete user etc. I try to update day by day.

Use the databse from DB folder

Some API link

http://YOUR-HOST/api/sign_up 

DB table filed name-
name
email
password
device_id
phone_no
address

http://YOUR-HOST/api/sign_in 
Here I check the 'email' and 'password' in Database

http://YOUR-HOST/api/view?id=5
GET/POST table id e.g 5

http://YOUR-HOST/api/edit?id=5 
GET/POST table id e.g 5

http://YOUR-HOST/api/delete?id=5 
GET/POST table id e.g 5

http://YOUR-HOST/api/delete?id=5