A meme-sharing website developed in Java and JSP
- Java 17
- Tomcat 10
- PostgreSQL 15
- Maven
To run the project you need to follow these steps:
- Clone this repository
- Create a database and tables according to the
doc/database.sql
file - You need to add the project in
Tomcat
- Start the server
- Open a web browser and navigate to
http://localhost:8080/site-meme-jsp/
Please feel free to send pull requests and report issues.