This silly webserver allows you to register users, set your language, and see others' languages.
Install XAMPP, and copy this repo into its htdocs
.
Create a MySQL database, then run init.sql
in it.
In htdocs
, create a file named sql_credentials.json
in the following format:
{
"ip": "[IP of MySQL database server]",
"user": "[User of database server]"
"password": "[Password for user]",
"database": "[Name of database in which you ran init.sql]"
}
Lastly, use XAMPP to start Apache. Ensure that the MySQL server is running.