Skip to content

gregurcom/aeon

Repository files navigation

Aeon

App to track your and your friends progress

GitHub Logo

Postman Collection

https://www.getpostman.com/collections/27ca10baa7e8ca2705cf

Install application

  1. Clone app git clone https://github.com/gregurcom/progress.git
  2. Install Install all dependence composer install npm install npm run dev

Testing application

Unit and Feature test

php artisan test

Browser Test

  1. Set your APP_URL in env. file to: APP_URL=http://127.0.0.1:8000
  2. php artisan serve
  3. php artisan dusk

Code analysis

  1. Run analysis:
./vendor/bin/phpstan analyse

If you are getting the error Allowed memory size exhausted, then you can use the --memory-limit option fix the problem:

./vendor/bin/phpstan analyse --memory-limit=2G
  1. Setting analysis config file:

phpstan.neon - a configuration file in which you can change the code analysis rules.For more details check phpstan documentation: https://phpstan.org/user-guide/getting-started

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published