This is a full-stack web application that is built using the MERN stack, which includes MongoDB, Express, React, and Node.js. It also utilizes Next.js, Docker for containerization, Concurrently for running multiple processes, JWT for authentication, and MUI (Material-UI) for the user interface.
To run the program, please follow these steps:
- Change the MONGO_URI in the .env file.
- Run "yarn installer".
- Run "yarn dev".
To run Docker, please enter the following command in the terminal: 'docker-compose up -d'.
This command will start the Docker containers in detached mode.
docker-compose up -d