This project is a comprehensive virtual assessment tool designed for teachers to efficiently manage student assessments. It offers a wide range of features that make the process of creating, managing, and analyzing assessments seamless and effective.
All complete details have covered in this file Details.
Frontend: React.js, Material-UI for a dynamic and user-friendly interface. Backend: Node.js, Express.js for building RESTful APIs. Database: MongoDB for efficient data storage and retrieval. State Management: Redux for managing application state. Deployment: Vercel for easy and reliable deployment.
- A Vercel account. If you don't have one, you can sign up here.
- You can install it globally using npm
npm install -g vercel
git clone [repo_url] (*main)
cd Assessment_Tool
vercel login
- Configure Environment Variables
- Deploy
git clone [repo_url] (*main)
Mongo_url= ""
PORT=""
JWT_SECERET=""
frontend=""
VITE_BASE_URL=""