jworksuk / things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Things

Installation

Clone the repo locally:

git clone git@github.com:jworksuk/things.git
cd things

Copy .env file

cp .env.example .env

Build and start the Docker containers:

docker compose up --build -d

Install Composer dependencies:

docker compose exec -it php-fpm composer install

Run database migrations

docker compose exec -it php-fpm composer run db-bootstrap

TODO

  • Error handling
  • Auth Token
  • Events
  • Console app
  • React App

About


Languages

Language:PHP 99.3%Language:Dockerfile 0.7%Language:HTML 0.0%