The back end part of Exams Galaxy website
Explore the docs »
View Website
·
Report Bug
·
Request Feature
Table of Contents
Exams galaxy is an examining platform, with supporting of 6 types of questions, auto correction of 5 types of questions, unlimited number of participants and questions, ...
Features:
- support 6 types of questions (multiple answer, descriptive, true/false, ordering, fill the blank and select the answer)
- auto correction
- setting password for exam( for private exams )
- unlimited number of questions
- unlimited participants
To run this project in your pc, you need:
- php
- a database server such as mysql
- a web server such as apache
- Clone the repo
git clone https://github.com/alireza-jahandoost/Examination-System
- Move to the directory
cd Examination-System
- Configure
.env
file( you only need to to write database information )cp .env.example .env
- Install php dependencies
composer install
- Generate key
php artisan key:generate
- Create database tables
php artisan migrate
To run the project, you need to serve it:
php artisan serve
Then, the project is available on http://localhost:8000/login
.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". If you do not have a specific idea, and you want to contribute, you can choose one of the issues and try to complete that one. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Alireza Jahandoost - alireza.jhd2000@gmail.com
Project Link: https://github.com/alireza-jahandoost/Examination-System