Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 512 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 512 Bytes

Site Meme JSP

A meme-sharing website developed in Java and JSP

Requirements

  • Java 17
  • Tomcat 10
  • PostgreSQL 15
  • Maven

How to run

To run the project you need to follow these steps:

  1. Clone this repository
  2. Create a database and tables according to the doc/database.sql file
  3. You need to add the project in Tomcat
  4. Start the server
  5. Open a web browser and navigate to http://localhost:8080/site-meme-jsp/

Contribution

Please feel free to send pull requests and report issues.