docker-compose up -d mysqldb backend
Use node version 18+
cd apps/frontend
npm i
Create a file an .env
file in apps/frontend/
and copy the contents of apps/frontend/.env.example
file.
Run NextJS Application
npm run dev
Then open http://localhost:5000. Use credentials username:password
to test.