Skip to content

witty-pigeon/jobstracker-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobs Tracker (Spring version)

This is a small webapp that allows tracking of positions of interest. This app uses Spring 4, Hibernate 5 and AngularJS

Screenshot

Requirements

  • Java 8
  • A webapp container (e.g. Tomcat 8)
  • A database to which you can connect (MySQL, PostgreSQL, ...)

Setup

1. git clone the repo

git clone https://github.com/witty-pigeon/jobstracker-spring.git
cd jobstracker-spring

2. configure the database parameters

  cp src/main/resources/config/hibernate-setup.example.properties \
  src/main/resources/config/hibernate-setup.properties

Edit the file in src/main/resources/config/hibernate-setup.properties and adjust it to your needs.

3. create the WAR file and deploy it

mvn package

Deploy the target/JobsTrackerSpring.war on your webapp container

4. Run it

Access the app from your webapp container

E.g. http://localhost:8080/JobsTrackerSpring/

Licence

Apache License 2.0

(see LICENSE file)

About

A tracker for open job positions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published