Setup Postgres database
docker-compose -f docker/learnifydb.docker-compose.yml upInstall packages
yarnSetup Environment Variables
cp sample.env .envNow we can run applications
npx nx serve backendAccess Swagger Playground for backend.
npx nx serve admin-panelnpx nx storybook uinpx nx start appRun nx graph to see a diagram of the dependencies of the projects.