Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 905 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 905 Bytes

Jobguru

Jobguru is a web application that allows employers to post job openings and job seekers to search for and apply to jobs.

Overview: Jobguru is a powerful job board platform that enables employers to post job openings and job seekers to browse and apply for positions. The Vue.js framework is used for building the user interface, Go and Gorilla Mux are used for handling the business logic, and PostgreSQL is used for storing data.

Features:

  • Job posting by employers
  • Job browsing and search by job seekers
  • Account managment soon...

How to run the application:

  • Clone the repository.
  • Open a terminal and navigate to the project directory.
  • Then run the command "go run main.go" or "make run".
  • Open a web browser and go to the address that is printed out in the console.
  • If running with make or Go, you first need to install Golang from the official site: https://go.dev/.