Skip to content

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.

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages