A Frontend for HCQ's Administrative Dashboard. It is powered by Nuxt 3.
Clone the project
git clone https://github.com/faralha/hcq-nuxt.git
Go to the project directory
cd hcq-nuxt
Install dependencies
npm install
Configure API Link from .env
API_BASE=
Start the server
npm run dev
- Role-based Authentication (Admin, Teacher, Student)
- Class and Courses Full CRUD (Admin)
- Semester (Admin)
- Student to Class Assignment (Admin)
- Grade CRUD (Teacher, Student)
- Tuition CRUD (Admin, Student)