You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
## Overview
1
+
## :star: Web Project for posting articles
2
2
3
3
A simple project that was made for the purpose of learning Java Servlets. It provides the functionality to publish articles and posts which further can be commented on and liked by registered users. This application is based on **Model View Controller (MVC) Architecture** made using **Java Servlets** and **Java Server Pages (JSPs)**. Additionally, it makes use of the **PostgreSQL database system** for storing data about the users and their posts and likes. It is secured against **SQL Injection** and **Cross-Site Scripting** attacks.
4
4
5
-
## Used technologies
5
+
## 🛠 Used technologies
6
6
7
7
###### **Frontend**
8
8
* HTML
@@ -16,19 +16,19 @@ A simple project that was made for the purpose of learning Java Servlets. It pro
0 commit comments