Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 690 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 690 Bytes

posts-app 🚧👷🚜

WIP fullstack application made as a way of practicing technologies learned on one of my internships

Objective

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.