Jobly is a career portal that allows job seekers to apply for open listings posted by companies. The front-end is built using React and features a robust and secure user setup. The registration, login, and authentication process uses JSON web token and bcrypt. Jobly also has a group-chat feature built using WebSockets that allow jobseekers and recruiters to connect another. In the back-end, company and user data is stored in a PostgreSQL database. Individual components of Jobly are tested using Jest according to the Test Driven Development principles.