Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend Routes #4

Open
Mu7ammadAbed opened this issue Oct 10, 2022 · 0 comments
Open

Backend Routes #4

Mu7ammadAbed opened this issue Oct 10, 2022 · 0 comments

Comments

@Mu7ammadAbed
Copy link
Contributor

Mu7ammadAbed commented Oct 10, 2022

Routes

Flats Routes

Route Method Description Status
/api/v1/flats GET *** 👍
/api/v1/users POST *** ---
/api/v1/users/:userId GET *** ---

Users' Routes

Route Method Description Status
/api/v1/account/login POST *** ---
/api/v1/account/logout POST *** ---

Contacts Routes

Route Method Description Status
/api/v1/contacts GET *** ---
/api/v1/contacts POST *** ---
/api/v1/contacts/:contactId GET *** ---

Complaints Routes

Route Method Description Status
/api/v1/complaints GET *** ---
/api/v1/complaints/:complainId GET *** ---
/api/v1/complaints POST *** ---

Services Routes

Route Method Description Status
/api/v1/services GET *** ---
/api/v1/services POST *** ---
/api/v1/services/:serviceId PUT *** ---

Bills Routes

Route Method Description Status
/api/v1/bills GET *** ---
/api/v1/bills/billId GET *** ---
/api/v1/bills/add POST *** ---
/api/v1/bills/billId PUT *** ---
/api/v1/bills/:userId GET *** ---

Announcements Routes

Route Method Description Status
/api/v1/advertisements GET *** ---
/api/v1/announcements GET *** ---
/api/v1/announcements POST *** ---
/api/v1/announcements/:announcementsId GET *** ---
/api/v1/announcements/:announcementsId PUT *** ---
/api/v1/announcements/:announcementsId DELETE *** ---
bayan2002 added a commit that referenced this issue Oct 11, 2022
bayan2002 added a commit that referenced this issue Oct 11, 2022
mohjaps added a commit that referenced this issue Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant