Skip to content

kachi33/genika_project

 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.0%
  • Blade 22.7%
  • PHP 12.9%
  • CSS 4.3%
  • Shell 0.1%