changed description for freechat

This commit is contained in:
shockrah 2020-06-19 13:05:28 -07:00
parent 63251321c0
commit df697a3a66

View File

@ -131,7 +131,7 @@ theme = "sada"
[[params.projects.list]]
title = "Freechat - A Decentralized Chat Platform"
url = "https://gitlab.com/shockrah/freechat"
description = "Web based chat server built with Rust. Endpoints are served on a restful API, which often hooks into an SQL database. Unit testing is also handled using Cargo's built in testing configuration features."
description = "Decentralized chat service built with asynchronous Rust. Data persistence is handled with MySQL. An Electron based app was also built to use the service on Desktop."
[[params.projects.list]]
title = "Personal Graphics Engine"