Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 496 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 496 Bytes

JobMatch

Build Status

Accessing the website

  • You can access the website when the server is running by going to http://localhost:8080 which is the default host and port

Database

  • The database file will be located in ./jobmatch/target (open to suggestions on where to place it)

Building Jar

  • You can build a jar of the application by running mvn package