TeleginS / kinchaku

Articles view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kinchaku-test-fullstack-developer App

First launch app(this option clear all containers and drop database with data if exist):

make init

After app launched you can go to Upload page(http://localhost:8080/upload/) and provide you json file with categories

Start app:

make up

Stop app:

make down

Restart app:

make restart

#Dev tools: For launch api checks like (psalm, lint, tests) you can use:

make api-check

Or using it separate:

make api-psalm

make api-lint

make tests

Code stile fix:

make code-style-app

or separate:

make api-prettier

make frontend-prettier

About

Articles view

License:MIT License


Languages

Language:PHP 76.5%Language:Blade 11.2%Language:Vue 4.0%Language:Shell 3.9%Language:JavaScript 1.4%Language:Makefile 1.3%Language:Dockerfile 1.2%Language:HTML 0.4%