Skip to content

soumikgh/eEvaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online examination system

(created as a final year project for B. Tech)

With Docker (recommended)

Requirements

To run

  • Clone the repository to your computer.
  • Make sure port 80 is free (sudo lsof -i :80).
  • Run docker-compose up -d from the cloned repository.
  • Open http://localhost/ on your browser.

Manual install

Requirements

  • PHP 5.1+, older versions needs the PDO PECL extension
  • MySQL 5.x
  • A web server capable of serving PHP scripts

To run

  1. Import the SQL dump at extras/oes.sql into a database.
  2. Change the database connection string in includes/db_connect.php.

Administrator login

User: [email protected]
Password: soumik

An online demo of the system is available at http://stuff.soumikghosh.com/eevaluation.

About

Online evaluation system created using PHP/MySQL/Twitter Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages