Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aazme/icms-backend


https://github.com/aazme/icms-backend

Last synced: about 12 hours ago
JSON representation

Awesome Lists containing this project

README

        

icms-backend

current Endpoints are:
/Psignup
/signin

/Manger/AddEmp
/Manger/DeleteEmp
/Manger/UpdateEmp

/Manger/AddClinic --> ID auto increment
/Manger/DeleteClinic --> Tested
/Manger/UpdateClinic --> Tested

/Manger/AddDoctor
/Manger/DeleteDoctor
/Manger/UpdateDoctor

/Manger/GetAllPatient
/Manger/GetAllDoctors
/Manger/GetAllEmployees

/Patient/GetProfile --> Tested
/Employee/GetProfile --> ^^
/Doctor/GetProfile --> ^^

commands

git clone URL
git status -s

########################################
### UPLOAD THE EDITS TO THE CLOUD ### #
git add .
git commit -m "COMMENT"
git push origin master
########################################

##### GET THE EDITS FROM THE CLOUD #####
#
# git pull
########################################