Learnify

Running this project

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

Run Backend

npx nx serve backend

Access Swagger Playground for backend.

Run Admin Panel

npx nx serve admin-panel

Serve StoryBook Instance

npx nx storybook ui

Serve Learnify Mobile Application

npx nx start app

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.