An open API service indexing awesome lists of open source software.

https://github.com/nauruz-guliev/semesterworkjava1

Java Servlet Web Project for articles
https://github.com/nauruz-guliev/semesterworkjava1

bootstrap context css html java java-servlets java-web-app javatemplates jsp jstl-tags mvc-architecture tomcat-server

Last synced: 7 months ago
JSON representation

Java Servlet Web Project for articles

Awesome Lists containing this project

README

          

## :star: Web Project for posting articles

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.

## 🛠 Used technologies

###### **Frontend**
* HTML
* Css
* JavaScript
* Bootstrap
* Java Server Pages (JSPs)

###### **Backend**
* Java Servlets
* PostgreSQL

## :cyclone: Workflow (functionalities)



## 💾 Database Structure



## ✨ Interface

#### Sign in and Sign Up Pages




#### Create Article and Read Article pages




#### Profile Page and error example