Skip to content

Commit 5840b8e

Browse files
Update README.md
1 parent 9eeded2 commit 5840b8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Overview
1+
## :star: Web Project for posting articles
22

33
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.
44

5-
## Used technologies
5+
## 🛠 Used technologies
66

77
###### **Frontend**
88
* HTML
@@ -16,19 +16,19 @@ A simple project that was made for the purpose of learning Java Servlets. It pro
1616
* Java Servlets
1717
* PostgreSQL
1818

19-
## Workflow (functionalities)
19+
## :cyclone: Workflow (functionalities)
2020

2121
<p align="left">
2222
<img src="../master/images/user_workflow.png" width="600"/>
2323
</p>
2424

25-
## Database Structure
25+
## 💾 Database Structure
2626

2727
<p align="left">
2828
<img src="../master/images/db_diagram.png" width="600"/>
2929
</p>
3030

31-
## Interface
31+
## Interface
3232

3333
#### Sign in and Sign Up Pages
3434
<p align="middle">

0 commit comments

Comments
 (0)