5 ms·
Just for fun, I'm writing an internet forum software from scratch, strongly inspired by phpBB and the likes. It is split into an Angular UI, C# ASP.NET Core RE
by riperoni 2y ago
Just for fun, I'm writing an internet forum software from scratch, strongly inspired by phpBB and the likes.
It is split into an Angular UI, C# ASP.NET Core RESTful API and postgres database.
I aimed to let EF Core handle the data model in the database and am pleasantly surprised by how well it works.
Also updating the database is a breeze with its migrations.
The features of a forum seem easy enough, but I find it difficult to detail it out into the data model at times.
- rrr_oh_man 2y agoI miss phpBB forums. Got a link?
- riperoni 2y agoSorry, I don't have it hosted or uploaded anywhere, since it is heavily changing still. Also the name is not decided yet
- rrr_oh_man 2y ago<insert obvious Martin Fowler reference>