nodejs-starter-kit
nodejs-starter-kit copied to clipboard
listing module
module containing the following pages /listing_catalogue /listing-details/:id /add-listing or new/listing /edit-listing/:id /listing (admin panel)
listing will have following fields images, title, description and price
There will be three tables,
- listing: title, description, is_active
- listing_image: image_url, description, listing_id
- listing_cost: cost, listing_id
- listing_catalogue will only show active listings
- all tables will have date-time stamps
- Also add infinite scroll
- listing admin panel will have is_active toggle