This is a small webapp that allows tracking of positions of interest. This app uses Spring 4, Hibernate 5 and AngularJS
- Java 8
- A webapp container (e.g. Tomcat 8)
- A database to which you can connect (MySQL, PostgreSQL, ...)
git clone https://github.com/witty-pigeon/jobstracker-spring.git
cd jobstracker-spring
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.
mvn package
Deploy the target/JobsTrackerSpring.war
on your webapp container
Access the app from your webapp container
E.g. http://localhost:8080/JobsTrackerSpring/
Apache License 2.0
(see LICENSE file)