The job board has an admin page and a user page. The admin has the right to publish the Job Profiles. The User add users Info and the Job they are applying for.
Make sure docker installed and connected to Docker Hub.
docker-compose up -d --build
docker-compose up # otherwise
docker-compose down # stop all containers
docker-compose down -v # stop with volume removed.
git remote add origin git_repo_link
git branch -M main
git push -u origin mainRefer the docker-compose.yml file. ports are different : 5432 and 5433 respectively

