Nathcat / PeopleCat-WebAppPrototype

GNU General Public License v3.0
2 stars 1 forks source link

PeopleCat-WebAppPrototype

This is a prototype of a web application for PeopleCat, which showcases the systems basic messaging system.

PeopleCat © Nathcat 2024

Usage

To use, clone the repository, and either:

Config file

The server uses a configuration file to define some information it needs to function properly, this should be places inside the Assets folder, be called Server_Config.json, and should contain the following JSON data:

{
  "php_exec_path": "Path to your installed PHP executable",
  "port": port_number_to_run_server_on
}