Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 242 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 242 Bytes
  • frontend i use react

  • backend i use laravel (folder api-react)

  • to run project

    run react frontend

    • npm start

    run laravel api:

    • cd api-react
    • php artisan serve
    • php artisan migrate (to migration database)