Skip to content

snctuary/ujian

Repository files navigation

Ujian

This is the source code for a web-based platform designed to facilitate online exams/tests

Installation

Clone this repo

git clone https://github.com/snctuary/ujian.git

Usage

Make sure to install Deno: https://deno.land/manual/getting_started/installation

Add JWT_SECRET_KEY=your_secret_key to the .env file.

JWT_SECRET_KEY=your_secret_key

Then start the project in development mode:

deno task dev

This will watch the project directory and restart as necessary.