Short project with login and CRUD of users
You can run docker-compose up
to up database with phpmyadmin in localhost:8080.
Don't forget change host, port and database credencials accord with your environment.
This project works with Composer to manage libraries. To install these dependencies see docs.
To start server in localhost run php -S localhost:8000
or php -S 0.0.0.0:8000
(with this option you can access from other devices in the same local internal).