Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ad_Project - Coggle Diagram
Ad_Project
Back-end
Node Js
Base API
Category
GET :: getCategoryList
POST :: createCategory
GET :: getCategoryById
PUT :: updateCategory
DELETE :: removeCategory
Ad
GET :: getAdById
POST :: createAd
PUT :: updateAd
DELETE :: removeAd
POST :: makeAdFavorite
GET :: getAdsList
paginate
filter
Search
User
GET :: getUserById
GET :: getUsersList
PUT :: updateUserData
DELETE :: removeUser
POST :: createUser
Auth
POST :: login
POST :: register
Domains
user
First name
Last name
Email
Address
Location
Phone Number
Categories
Title
Description
Cover
Ad
Title
Description
Pictures
Price
Location
Related Category
Created User
Created Date
GraphQL
Front-end
Implementation Base
Base layout
header
footer
main template
not found page
auth
login
register
Home
Hero
Top Categories
Selected category's recent Ads
Categoris in sidebar
List of Ads
Create Ad
Ad Page
Profile
Profile Page
Setting
Users Ads
Favorite Ads
Create Ad / Edit Ad
By Typescript
By Material UI
By Ant Design
By Apollo GraphQL
By Bootstrap
By Tailwild
App
Base Idea
Authentication
Login
Register
Profile
Setting
Favorite Ads
User Ads
Categories
Categories List
Top Categories
create
update
delete
Ads
create
update
delete
favorite
Ads List
Paginate
Filter
Search