-
Notifications
You must be signed in to change notification settings - Fork 1
alauthor/sawsan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
// sawsan/controllers/serv/files هنا لو حبيتى ترفعى فايل على السيرفر /* |-------------------------------------------------- | url // domain/serv/files/setFile | |-------------------------------------------------- | input >> | 1- fileName with extension | |--------------------------------------------------> */ // sawsan/controllers/serv/filters دا بقا لو عايزا تبحثى عن تلميذ بالاسم /* |-------------------------------------------------- | url // domain/serv/filter/find | |-------------------------------------------------- | input >> | 1- name | |--------------------------------------------------> | output >> | [ | { | "id" : ?, | "name" : ?, | ? : ? | }, | | { | "id" : ?, | | } | ] */ لو ال عايزا تعملى signup /* |-------------------------------------------------- | url // domain/serv/users/sign | |-------------------------------------------------- | input >> | 1- FirstName | 2- LastName | 3- Email | 4- Password | 5- Code | 6- Status 0 >> student | 1 >> not student | |--------------------------------------------------> | output >> | [ | { | "id" : ?, | "name" : ?, | ? : ? | }, | | { | "id" : ?, | | } | ] */ لو ال عايزا تعملى signup /* |-------------------------------------------------- | url // domain/serv/users/sign | |-------------------------------------------------- | input >> | 1- FirstName | 2- LastName | 3- Email | 4- Password | 5- Code | 6- Status 0 >> student | 1 >> not student | |--------------------------------------------------> | output >> | { بيانات اليوزر | | }, */ اللوجن نفس فكره الsignup
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published