kachi33 / genika_project

Online assessment for kids in primary school- Final year project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to get the project up and runing

  • Install xampp on your system
  • install composer on your system
  • install gitbash on your system
  • clone the repository by copying the command below and running it on your command line
  •         git clone https://github.com/okoye-peter/genika_project.git
        
  • cd into the project and run the command to install all needed package
  •         composer install
        
            npm install && npm run dev
        
  • create your database
  • duplicate .env.example and rename the duplicate to .env
  • add you database credentials to .env file
  • run the command to generate application key
  •         php artisan key:gen
        
  • run the command to migrate your table
  •         php artisan migrate
        
  • run the command to start the server
  •         php artisan serve
        

About

Online assessment for kids in primary school- Final year project


Languages

Language:JavaScript 60.0%Language:Blade 22.7%Language:PHP 12.9%Language:CSS 4.3%Language:Shell 0.1%