Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aazme/icms-backend
https://github.com/aazme/icms-backend
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aazme/icms-backend
- Owner: Aazme
- Created: 2018-03-10T10:38:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T20:36:18.000Z (over 6 years ago)
- Last Synced: 2024-02-21T13:41:01.982Z (9 months ago)
- Language: JavaScript
- Size: 940 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
########################################