Skip to content

satyamy846/capstone-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exam Portal (onlinequizy)

Tech Stack

Front End - VueJs,Vuetify,Bootstrap,HTML,CSS Back End - NodeJs, ExpressJs(Framework) Database - MongoDb (hosted On MongoDb Atlas)

Abstract

  1. It helps every students to to keep them consistent and improve their learnings through mock quizzess available in portal
  2. It allow teacher to perform CRUD operations.

Features

  1. Unauthorized user cannot access anyone's account.
  2. Authentication has been handled using JWT token
  3. Any logged in user cannot navigate to anyone's dashboard by just typing their end points (Routing Secured)

vue-project

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build