WhatsWebsite is a chat application that mimics the functionality of WhatsApp. It is built using .NET Core 5 for the backend and SignalR for real-time communication, while the frontend is developed using React.js.
- Backend: .NET Core 5, SignalR
- Frontend: React.js
To get started with WhatsWebsite, follow these steps:
Clone/download this repository into your computer:
git clone https://github.com/goktugfevzi/WhatsWebsite.git
Run Backend: Navigate to the backend directory and run the following command to start the .NET Core backend:
dotnet run
Install Packages and Run Frontend: Navigate to the frontend directory and install the required packages by running:
npm i
Then, start the frontend server with:
npm start
Thanks My Mom