Backend

Description

Nature Social is an application that allows users to search for comments related to nature. It provides pagination functionality to display the comments in smaller, manageable chunks. Additionally, it incorporates debounce search to reduce the frequency of API calls and improve performance.

Tech Stack

  • Laravel
  • php

How To Use

  1. Clone this repository
  2. Setup the .env file, then run this command:
php artisan migrate:fresh --seed
  1. Install all the dependencies
npm install
  1. Run app
php artisan serve

Unit Test

php artisan test

Copyright

2023 © bangkitdc. All Rights Reserved.