Skip to content

peterPgk/epsilon

Repository files navigation

Epsilon Services

This application consumes CloudLX API for getting Users services.

Installation

  • Run composer install to install all dependencies.

  • Rename .env.example to .env where to store all sensitive information. Default needed settings are included there.

  • Create empty database (by default=laravel), and populate proper data in .env file in Database section to be able to connect to MySQL server.

  • Since this app does not store any information about users etc., there is no need to run

    php artisan migrate --seed

  • Run

    php artisan key:generate

    for generation of encryption key if value APP_KEY in .env file is empty.

  • The frontend files are pre-generated, but can run npm install and npm run dev/npm run prod to install and compile files again.

Packages used

Extra info

TODO

  • Finishing 'refresh_token' procedure
  • Handling errors from FE

Releases

No releases published

Packages

No packages published