Skip to content

adnanmaltiti/Sympl-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MotherAid API Backend

API Endpoints

/api/users /api/appointments /api/doctors /api/hospitals /api/patientRecords /api/pharmacies

Example

USERS localhost/{name of directory}/api/users

  1. GET (all users) /api/users

  2. GET (single user) /api/users/?id={id}

  3. POST (create user) /api/users/ Supply form data

  4. POST (update user) /api/users/ Supply form data with {id} filed

About

A basic API created in PHP using PDO with a combination of procedural and functional programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages