To get a local copy up and running follow these simple steps:
The following software is required to build this project locally.
- Microsoft .NET Core 3.1 SDK (or higher)
- MySQL or MariaDB.
- We prefer XAMPP
- Clone the project to a local folder.
- Copy the
.env.example
file and name the copy.env
. - Fill in the required variables listed in the file.
- Set up your database using the schemas found in the
_schemas
folder.
This project is licensed under the GNU GPL License. See the LICENSE file for details.