wilken311 / ax-clickme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 6 , React 16.2.0, PostgreSQL

Please follow the guide.

Setup and Installation

  1. git clone
  2. create a .env file copy content from .env.example and update the values
  3. composer install
  4. php artisan migrate:fresh --seed
  5. npm install && npm run dev
  6. php artisan key:generate
  7. php artisan serve
  8. npm run watch

open browser and check the following address

http://127.0.0.1:8000

TODO:

  • Commit from your start time noting “START” in the commit description
  • Commit from your finish time noting “FINISH” in the commit description
  • Commits showing the growth of the codebase (i.e not one final commit) with appropriate descriptions
  • Seeders and migration files
  • Readme documentation
  • Models and relationship definitions (in Eloquent)
  • At least one unit test for one of the functionalities

App Screenshots

Laravel React CRUD

About


Languages

Language:PHP 98.3%Language:Blade 0.9%Language:Shell 0.8%