A clone version of https://viact.net/ using ReactJS, NextJS and mySQL.
download the project and run the following command in the terminal
npm installnpm run start:frontendnpm run start:backend:devnpm run testTest e2e with jest. Should have mysql running on port 3306 and configured
host: 'localhost',
user: 'test_user',
password: 'test_password',
database: 'test_db',npm run test:e2enpm run build
npm run start:backend:prodbuild docker image
docker compose buildrun docker image
docker compose up