This is a website application that aims to provide users with the ability to find jobs, submit for a job, view their applied jobs and withdraw them
Make sure Docker is installed. You can download & install Docker Desktop from here.
-
Unzip the JobHunter zip file
-
Navigate into the JobHunter/src directory:
cd JobHunter/src- Build the Docker containers:
docker-compose up --build- Once the containers are built and running, you can access the application at http://localhost:3000