This is a platform for teaching and learning online.
Before running the application, you have to install these modules.
node
yarn
Run this command to install dependencies.
yarn install
Run this command to start the database.
yarn devStartDB
Run this command to start the application.
yarn devStartServer