- Node js installed
- Dependencies for node-pty package
- Python
- Visual Studio Enterprise based for windows
- Development with c++
- MSVC v141 (under individual components)
- C++ ATL v143 build tools
cd backend
npm install
node ace migration:run
npm run dev cd backend
npm install
npm run build- Backend
TZ=UTC
PORT=3333
HOST=localhost
LOG_LEVEL=info
APP_KEY=Cedg-bGKwWcPpPpScUM6FxBVErErjNAL
NODE_ENV=development
SESSION_DRIVER=cookie
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_DATABASE=codedamn- Frontend
API_BASE_URL=http://localhost:3333
PUBLIC_API_BASE_URL=http://localhost:3333Tha'ts all you need to test the app