JobFind is a web application designed to facilitate job searching and networking. It provides features for job listings, direct messaging, notifications, and user profiles.
To set up the project locally using Docker, follow these steps:
-
Clone the repository:
git clone https://github.com/Soni912108/JobFind.git
-
Navigate to the project directory:
cd JobFind -
Build and start the Docker containers:
docker-compose up -d
This command will build the Docker images and start the containers in detached mode.
-
Access the application:
- The web application will be available at
http://localhost:5001.
- The web application will be available at
To stop the application, use the following command:
docker-compose downThis command will stop and remove the containers.