This is a .net8 project that meets the conditions of the code challenge.
- .NET 8.0 SDK
- An IDE (like Visual Studio 2022 or later, Visual Studio Code, or JetBrains Rider)
- Clone the repository:
git clone https://github.com/xaviermazzotti/chat-app-api.git
- Navigate to the project directory:
cd chat-app-api
- Restore the packages:
dotnet restore
To run the project, use the following command:
dotnet run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT