Login with PHP using MongoDB as database.
- Docker
- Docker Compose
- Clone the repository:
git clone https://github.com/kazordoon/php-login-mongodb.git
- Get in the project directory:
cd php-login-mongodb
- Run the containers:
docker-composer up -d
- Run the script to configure the database:
./scripts/configure-database.sh
- Run the script to install the PHP dependencies:
./scripts/install-php-dependencies.sh
- Edit the
src/config/config.inc.php
file, changing the constantsMAIL_*
After the configuration, access the following URL at the browser: http://localhost:8080/
For the versions available, see the tags on this repository.
- Felipe Barros - Initial work - kazordoon
This project is licensed under the MIT License - see the LICENSE file for details