Skip to content

Practice repository for PG5100-V18 - Java web application for a online forum

License

Notifications You must be signed in to change notification settings

MiniMarker/JavaEnterprise_Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaEnterprise_Forum

This is a forum application made in Java EE and Spring, no focus on frontend design. This is not entirely finished due to lack of time.

Project Structure

The project contains 3 submodules

  • backend
    • Entities
    • Services
    • ServiceTests
  • frontend
    • Controllers
    • Application Runner
  • reports
    • JaCoCo coverage
    • OWASP check

How to run code

  1. Clone this repo
  2. Run from project root folder:
    mvn install will install and generate reports with running tests
    mvn install -DskipTests will install and generate reports without running tests
  3. Run LocalApplicationRunner located in ~/frontend/src/test/java/no/cmarker/frontend/LocalApplicationRunner.java
  4. Open localhost:8080/ in your browser

Unfinished parts

  • Login
  • Signup
  • No Selenium tests

Releases

No releases published

Packages

No packages published