https://vlabsolutions-client.vercel.app/login
Note :-
For User : ID:test123 and Password:123
For Admin: ID:admin and Password:123
[GNU General Public License v3.0]
Welcome to Vlab Solutions! This project is a web application designed to assist colleges and students in managing their assignment works and conducting tests online. The platform is built using React for the frontend and Node.js with Express.js for the backend. MongoDB serves as the database to store essential information.
- User Authentication: Students and instructors can create accounts and log in securely.
- Assignment Management: Instructors can create assignments, and students can submit their completed work through the platform.
- Online Testing: Instructors can design online tests with various question formats (e.g., multiple-choice, short answer) for students to take.
In Progress
- Real-time Notifications: Users receive notifications for assignment deadlines, test schedules, and other important updates.
In Progress
- Dashboard: A personalized dashboard for each user, displaying relevant course information and upcoming tasks.
- Gradebook: Instructors can review and grade student assignments and tests through the platform.
- Discussion Forum: An integrated discussion forum where students and instructors can interact and seek clarifications.
In Progress
- File Uploads: Users can upload necessary files for assignments and tests.
To set up Vlab Solutions on your local machine, follow the steps below.
- Node.js (v12 or higher) installed on your system
- MongoDB installed and running
- Clone the repository:
git clone https://github.com/your-username/vlabsolutions.git
cd vlabsolutions
-
Install frontend and backend dependencies:
-
Configure the environment variables: -> Create a
.env
file in theserver
directory and set the following variables:
PORT=5000
MONGO_DB=your_mongodb_connection_string
JWT_KEY=your_secret_key_for_jwt
4.Install concurrency dependency :
npm i concurrently
- to run multiple commands concurrently
The application should now be running locally on http://localhost:3000/
.
- Visit
http://localhost:3000/
in your web browser. - If you don't have an account, sign up as a student or instructor.
- Log in with your credentials.
- Explore the dashboard, create assignments, take tests, and manage your submissions.
- Frontend: HTML, CSS, Javascript, React (Responsive web app)
- Backend: Node.js, Express.js, REST API, JWT Authentication, Appwrite Cloud Storage, and Excel (CSV to JSON) to MongoDB using csvtojson module, Judge0 IDE and Compiler API.
- Database: MongoDB
Contributions to Vlab Solutions are welcome! If you find any issues or have suggestions for improvements, please feel free to create a pull request or raise an issue.
This project is licensed under the GNU General Public License v3.0. Feel free to use and modify the code as per the terms of the license.