WIP fullstack application made as a way of practicing technologies learned on one of my internships
A fullstack CRUD application based on posts and comments. Each post can have an unlimited number of comments and can be upvoted/downvoted as wished. The comments, on the other hand, will only hold a "liked" state, without any dislike mechanism.
Backend is made on Spring with Kotlin, while the Frontend is built with ReactJS using the MaterialUI library for those pretty components. I used PostgreSQL for the database.