cdin folder:
cd backend- Install dependencies:
npm i- Build the application:
npm run build- Start the application:
npm run startcdin folder:
cd frontend- Install dependencies:
npm i- Start the application:
npm run dev- To run the application using Docker, execute the following command in the root directory of your project:
docker-compose up