A full-stack Java application made with Spring Boot.
Tier 1 Hire is a hiring portal where job seekers have their info verified prior to on-boarding so employers save costs, and making the hiring process more efficient for both parties. Full-stack web application using FileStack API with Java, Spring Boot, MySQL, HTML, CSS, JavaScript, and jQuery.
- Spring Boot
- Hibernate ORM + JPA
- Thymeleaf
- MySQL
- BootStrap CSS Framework
Updated link TBD
- Clone this repo locally.
- Create an
application.propertiesfile with valid credentials for a MySQL connection, use theapplication.properties.exampleas a template. - Make sure to start MySQL server.
- Add any API keys needed to test the full functionality.
- Run the seeder.sql files (run users seeder first to allow foreign keys on education and employment) to populate some data in the database.