This is a simple web platform for publishing course materials and managing student acces to those materials. Students can log in using Microsoft account or email link. Supports local accounts for administrators.
-
Upload course materials and organize them by folders
-
Manaage student lists and grant acces to those lists for each course
-
Students can log in using
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Special API keys are needed to make it work. TODO
TODO
TODO
This is a Next.js project bootstrapped with create-next-app
.