Create a rating system using Bootstrap, jQuery & Ajax

#1 First include a button that trigger our Bootstrap model to take users rating and review

<button class="ratenow btn btn-success btn-sm border">Rate Now</button>

#2 This is my bootstrap model

#3 jQuery to get the review and rating from bootstrap model and send it to database using ajax

#4 That’s it if you want to rate a particular user take the user id along with the order id like i did with the order_id and you’ll be good to go