CodeForum is an ASP.NET Core MVC application that serves as a platform for developers to discuss coding and software development topics.
To install the project, follow these steps:
git clone https://github.com/TheMysteriousStranger90/CodeForum.git
cd CodeForum
dotnet restore
dotnet run
This will start the application on a local server. You can access it by navigating to localhost:5001 in your web browser.
-
Build the Docker image from the Dockerfile:
docker build -t codeforum .
-
Run the Docker container, mapping the application's port 80 to port 5001 on the host machine:
docker run -p 5001:80 codeforum
-
Open a web browser and navigate to
http://localhost:5001
to access the application.
Users can create an account, log in, and start creating posts and discussions about various coding topics. Users can also comment on existing posts and engage in discussions.
Email: lev.myshkin@outlook.com
Password: Myshkin0101
To set up the development environment, follow the installation steps. Then, you can use Visual Studio Code or any other .NET-compatible IDE to develop the application.
To run the tests, use the following command:
dotnet test
Contributions are welcome. Please fork the repository and create a pull request with your changes.
Bohdan Harabadzhyu