All-in-one blogging engine powered by Ktor and Angular.
Blogify uses Ktor
on the backend and Angular
on the frontend.
It uses PostgreSQL
as a database.
Due to the current age of the project, performance and optimization are not a significant focus.
Currently, our own (very basic) testing shows that the server can handle upwards of 3,000 requests/sec. after warm-up on a listing endpoint.
The default deploy configuration runs the backend and the database as docker-compose
services. A functioning, local, test deployment can be achieved by running the localTestDeploy
gradle task.
- Benjamin Dupont
- Muhammad Hamza
- Lucy Agamaite
- Muhammad Hamza
- Stan Lyakhov
- Seamus Donnellan
This project is in a very early, pre-alpha stage.
Any versions indicated in the startup message starting with PRX
are not safe to use, not tested and are not guaranteed to retain data safely.
We accept pull requests :)