Skip to content

okoye-peter/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published