/things

Primary LanguagePHP

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