rupeshmohanty / chat-api

This is a chat application using Core PHP
8 stars 7 forks source link

Error 500 #4

Open ajay-beniwal opened 3 years ago

ajay-beniwal commented 3 years ago

how can we create database for this program ???

rupeshmohanty commented 3 years ago

First you have to install Xampp control panel. Then after installation start Apache and MySQL server and then go to localhost/phpmyadmin and there you can create the database and the tables.

Ps. Clone this repo into xampp/htdocs folder.