I made three endpoints login, register and preferences
I used SQLite as a database.
Update the working directory and volumes address in the docker-compose.yml
Run the following command to start your Laravel application on Docker:
After running the command, you should be able to access the Laravel API by visiting http://localhost:8000/api on your local machine.