To get started, clone this repository to a proper document root. For XAMPP, this is htdocs. For private apache setup, its upto you how you configure. This code is right now deployed at: https://app.jerlin.space
Currently things are in development will be updated when things gets an complete architecture. But still you can find bugs ClickHere
Right outside the document root, create a file called databaseConfig.json and keep the contents of the file similar to the following.
{
"database": "Database Name",
"username": "Your Username",
"password": "Your Password",
"server": "Your Host",
"base_path": "Your Base Path"
"email_api_key": "Your_Sendgrid_Key"
}