Setup Postgres database
docker-compose -f docker/learnifydb.docker-compose.yml up
Install packages
yarn
Setup Environment Variables
cp sample.env .env
Now we can run applications
npx nx serve backend
Access Swagger Playground for backend.
npx nx serve admin-panel
npx nx storybook ui
npx nx start app
Run nx graph
to see a diagram of the dependencies of the projects.