- Download the Repository: Download the repository to your local machine.
- Open the Repository: Use Visual Studio Code (VSC) or a similar code editor to open the repository.
- Navigate to the Server Directory: In your terminal or command prompt, navigate to the
Server
folder within the repository. You can do this by running:cd Server
- Run the Program:
Start the server by executing the following command:
go run .
This will initiate the download of any necessary packages. Please allow a few minutes for this process to complete. - Verify the Server is Running:
Once the server is up and running, you should see the message:
server listening at address 8080
- Access the Forum: Open your preferred web browser and navigate to
http://localhost:8080
.
The forum should now be accessible. You can create an account and begin exploring its features.