项目作者: arya46

项目描述 :
A project on an online Aptitude Test Portal for Assessment of the Final year students in a mock environment.
高级语言: JavaScript
项目地址: git://github.com/arya46/tnpProject.git
创建时间: 2018-01-25T09:08:53Z
项目社区:https://github.com/arya46/tnpProject

开源协议:

下载


Polar Plateau

This is a project on an online Aptitude Test Portal for Assessment of the Final year students in a mock environment.

It has been built with Express and Node.Js in the back-end and handlebars as the front-end javascript templating engine.
Some Twitter bootstrap is also used.

Some of the back-end routes have also been tested with tools like Mocha and Chai for your reference.

This website takes in the details of the students and registers them saving their data in the database.
It gives people an option to log in to start the test and saves their scores for their future reference.

How to use the app?

  • Go to the directory and run npm install to install all the dependencies from the package.json.
  • Install MongoDB on your system and start it using mongod.
  • Start the nodeJs server using npm start.
  • Reach the site on localhost:7777

Hope you liked it.

You can see the live version here