Skip to content

πŸš€ A RESTful API for job seekers and companies to post jobs, apply, and manage applications. Built with Golang.

License

Notifications You must be signed in to change notification settings

AyKrimino/JobSeekerAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0548dc Β· Mar 28, 2025

History

24 Commits
Feb 19, 2025
Feb 26, 2025
Feb 7, 2025
Feb 19, 2025
Mar 28, 2025
Feb 26, 2025
Feb 26, 2025
Feb 19, 2025
Feb 14, 2025
Feb 7, 2025
Feb 26, 2025
Feb 15, 2025
Feb 26, 2025
Feb 26, 2025

Repository files navigation

JobSeekerAPI

πŸš€ A RESTful API for job seekers and companies to post jobs, apply, and manage applications. Built with Golang.

API Documentation

The API documentation is generated using Swagger. You can access it by running the server and navigating to:

http://localhost:8080/swagger/index.html

Make sure you have started the server before accessing the documentation.

Installation & Setup

  1. Clone the repository:
    git clone https://github.com/AyKrimino/JobSeekerAPI.git
  2. Navigate to the project directory:
    cd JobSeekerAPI
  3. Install dependencies:
    go mod tidy
  4. Run the server:
    go run cmd/main.go
    make run # If you want to use the Makefile

Example Requests

Register a Job Seeker

{
  "email": "JobSeeker@jobseeker.com",
  "password": "abcd1234",
  "role": "JobSeeker",
  "firstName": "job",
  "lastName": "seeker",
  "profileSummary": "ps",
  "skills": ["css", "html", "python"],
  "experience": 0,
  "education": "edu"
}

Register a Company

{
  "email": "company@company.com",
  "password": "dcba4321",
  "role": "company",
  "name": "company",
  "headquarters": "hq",
  "website": "company.com",
  "companySize": "big",
  "industry": "indu"
}

License

MIT

About

πŸš€ A RESTful API for job seekers and companies to post jobs, apply, and manage applications. Built with Golang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published