Skip to content

πŸ“šπŸ«πŸš€ Open Source Infrastructure for Online Education. Easily launch educational platforms, craft online courses, sell mock tests, handle live classes, and foster communities - all without building from scratch.

License

Notifications You must be signed in to change notification settings

kalvilabs/kalvi

Repository files navigation

Quick Start

Pre-requisites

  1. Docker - https://www.docker.com/
  2. Node - https://nodejs.org/en
  3. PNPM - https://pnpm.io/
  4. VSCode - https://code.visualstudio.com/

Step 1: Run this to install both frontend and backend


pnpm run dev-prep

Step 2: Run to boot both the frontend and backend server (Note: This will also run pending db migrations in the backend)


pnpm run dev

Optional: Run to boot only the backend


pnpm run backend:run

Optional: Run to boot only the frontend


pnpm run frontend:run

How to run Django Commands


docker-compose run api poetry run python manage.py makemigration

About

πŸ“šπŸ«πŸš€ Open Source Infrastructure for Online Education. Easily launch educational platforms, craft online courses, sell mock tests, handle live classes, and foster communities - all without building from scratch.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published