Skip to content

cankurttekin/job-application-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATSFS

License: GPL v3 CI/CD Pipeline Vercel Deploy AWS
Java Spring JavaScript React Postgres Hibernate Swagger Docker

Keep Track of Your Job Applications in one place

atsfs.kurttekin.com

It is currently in development state.

firefox addon

Firefox Addon to add jobs to ATSFS

Features

  • Log your job application and details
  • Write comments on jobs
  • Ability to search, filter and sort your applications
  • Graphs that show your application stats
  • Update applications
  • Generate interview questions with AI using your resume and job details
  • Browser Extension to add jobs from job posting site to ATSFS with single click

homepage

applications

Endpoints

List of endpoints:

POST /api/auth/register

POST /api/auth/login login and get new jwt token

POST /api/job-applications (JWT Auth) Create job application

GET /api/job-applications (JWT Auth) Get job applications for user

GET /api/job-applications/stats (JWT Auth) Returns number of applications on application dates

PUT /api/job-applications (JWT Auth) Update existing job application fields

DELETE /api/job-applications/{id} (JWT Auth) Delete single job application

DELETE /api/job-applications/all (JWT Auth) Delete all job applications

GET /api/resumes (JWT Auth)

POST /api/resumes (JWT Auth)

POST /api/llm/generate-quiz (JWT Auth)

POST /api/llm/generate-interview (JWT Auth)

Docker

docker-compose up --build

localhost:8080 backend

localhost:3000 frontend

Stack

  • Java 17
  • Spring Boot 3
  • Spring Security
  • Spring Web Reactive
  • Postgres DB
  • React
  • OpenAPI Swagger
  • Docker Compose
  • JavaScript
  • HTML/CSS
  • RESTful APIs
  • OOP
  • DDD

Structure

tests

unclebob

sequence

Resources Bookmark:

Support

Buy Me A Coffee

Contributing

I would happily accept any help, PRs and suggestions.

About

job application tracking system for suckers

Resources

License

Stars

Watchers

Forks