This repository is a project for METCS673. This project focuses on using AI to automate and improve the process of resume evaluation and interview preparation. By incorporating Retrieval-Augmented Generation (RAG), we ensure that our application can provide more accurate, context-relevant reviews.
cd /rootPath
docker compose up --build -d # Detach from the terminal
Then you can open your browser, and navigate to the http://localhost:8081
We have two images separated for BE and FE.
Please make sure you've pulled all them on latest version (check it on Docker Hub) and start them correctly.
As per github's task tracking flow is difficult to use, we decide to use JIRA Boards to trace the progress and manage the risk. Click the hyperlink to check details.
Learn the Docker commands here.
cd /rootPath
docker compose up --build -d # Make sure you've installed the Docker locally.
Then, open your browser with https://localhost:8081 (The default port is 8081)
The -d
is detached session mode, you can check your docker container with command:
docker ps
docker stop/kill <container_id> # And stop your service with container id
# Or docker compose down/stop directly
docker compose down/stop
Tips: Make sure there is no repeated issues or PRs before opening a new one.