This project is a basic forum web application that allows users to post topics and comments. The backend is built using Node.js with Express to handle the API endpoints, and the frontend is developed using React. The application is containerized using Docker, and the entire stack can be orchestrated with Docker Compose.
Ensure you have the following installed on your machine:
- Docker: Install Docker
- Docker Compose: Install Docker Compose
To build and run the application using Docker Compose, execute the following command in the root directory:
docker compose up