We aim to implement a simple, interactive application that enables teachers to post their assignments.
- Open git bash
- Go to the directory you want to store the project in via cd command
- git clone
- Open node.js command prompt
- Go to the directory where we cloned the repository
- npm install
- npm run dev
- Open on http://locahost:portid/ (portid provided in NodeJS CMD)
- A Registration and Login system for students and teachers with user authentication and encryption.
- Teacher and Student classification
- A dashboard to view and manage assignments and classrooms
- Code based classrooms to post Assignments in
- PDF submission for the students to submit their answers
- Robust and Lightweight Tech Stack