Closed YakoobHammouri closed 4 years ago
[x] login page : /api/login
[ ] signup page : /api/signup
[ ] logout : /api/logout
[x] Home : /api/home
[x] bills page : /api/bill/getBillbyType/:bill_type
[ ] bills by date : /api/bill/getBillByDate
[x] bill statistics : /api/bill/:bill-type/statistics/:billId
[ ] bill contact : /api/bill/:bill_type/contact
[x] user profile : /api/profile
[x] new Bill : /api/new-bill
[x] get Bill Type : /api/getBillType
[x] get Provider for Bill Type : /api/providers/getProviders/:bill_type
[x] get Provider for Bill Id : /api/providers/getProviderById/:provider_id
remove user/userId
from Front-end & Back-end
Front-end
[x] Landing Page: /
[x] Login Page: /login
[x] Signup Page: /signup
[x] Home Page: /home
[x] Bills Page: /bill/:bill_type
[x] Statistics Page: /bill/:bill_type/statistics/:billId
[x] Contact Page: /bill/:bill_type/contact
[x] Profile Page: /profile
[x] Add new bill Page: /new-bill
[x] Logout: /logout