Skip to content

ravzanc/laravel-article-comment-track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c0da83 · Mar 10, 2022

History

14 Commits
Feb 27, 2022
Feb 27, 2022
Feb 26, 2022
Feb 27, 2022
Feb 27, 2022
Feb 27, 2022
Mar 10, 2022
Mar 10, 2022
Feb 26, 2022
Feb 26, 2022
Mar 10, 2022
Feb 27, 2022
Feb 26, 2022
Mar 1, 2022
Feb 26, 2022
Feb 27, 2022
Feb 26, 2022
Feb 26, 2022
Feb 26, 2022
Feb 26, 2022
Mar 1, 2022
Feb 27, 2022
Feb 26, 2022
Feb 27, 2022
Feb 27, 2022
Feb 26, 2022
Feb 26, 2022
Mar 1, 2022
Feb 26, 2022

Repository files navigation

laravel-article-comment-track (aka lact)

Local deployment

  • required: docker, docker compose
  • from project's directory:
  • run ./app.sh start
  • run ./app.sh composer install
  • run ./app.sh artisan migrate
  • run ./app.sh stop when done

Migrations

  • 2022_02_27_022538_create_articles_table.php
  • 2022_02_27_042736_add_dummy_articles_to_articles_table.php
  • 2022_02_27_082413_create_article_comments_table.php

Endpoints

Usage

Running tests

  • run ./app.sh composer test

Comments`

  • The User Interface part of this application is not at full potential as not being in the specific specs, but some tweaks for triggering the api/article/1/comment/intent endpoint can be further applied by:
    • using the beforeUnload event
    • using the Beacon API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published