/notes-assignment

technical assigment for taking quick notes

Primary LanguagePHP

A Simple Web Application for Notes

If you get errors after starting, make sure your database DSN is this in your .env file: DATABASE_URL='mysql://root:Pas_W0rd@db:3306/tm-notes?serverVersion=mariadb-10.8.3'

docker compose up -d

docker compose logs

docker compose down --rmi all -v