Before proceeding with the installation, ensure that you have the necessary tools installed on your system. If any of these tools are missing, you can download and install them from the provided links:
Once you have all the required tools installed, you can proceed with the installation of the project.
Clone the Crew Connect repository from GitHub.
git clone https://github.com/jatiinyadav/Crew-Connect.git
Navigate to the project directory and open it in Visual Studio Code.
cd Crew-Connect
code .
Navigate to the project directory and open it in Visual Studio Code.
docker-compose up
Your Frontend is now running at localhost:4200 Your Backend is now running at localhost:80
Clone the Crew Connect repository from GitHub.
git clone https://github.com/jatiinyadav/Crew-Connect.git
Navigate to the project directory and open it in Visual Studio Code.
cd Crew-Connect
code .
Open the terminal in Visual Studio Code and navigate to the frontend directory. Then, install the dependencies.
cd frontend
npm install
To start the frontend, run the appropriate command.
npm start
The frontend of the application is now running and can be accessed at http://localhost:4200/
.
Open MongoDB Compass and connect to the MongoDB server at mongodb://localhost:27017
.
Create a new database named ChatApplication
and a collection named ChatRoom
.
Open Visual Studio and select "Open Project or Solution".
Navigate to <Project Directory>/Crew-Connect/backend/
and select the ChatApplication.sln
file.
Once the solution is loaded, click on the "Start Debugging" button to run the backend of the application.
Your application is now ready to use.