Hacker News new | ask | show | jobs
by riperoni 812 days 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.

1 comments

I miss phpBB forums.

Got a link?

Sorry, I don't have it hosted or uploaded anywhere, since it is heavily changing still. Also the name is not decided yet
<insert obvious Martin Fowler reference>