An open API service indexing awesome lists of open source software.

https://github.com/errlogic/phplyrid


https://github.com/errlogic/phplyrid

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# PHP Native Login Application

Task Lyrid

## Deployment

To deploy this project

Fill the config inside `config.php` according to your setup

```bash
$servername = "localhost";
$username = "yourdatabaseusername";
$password = "yourdatabasepassword";
$dbname = "lyrid";
```

Run the server, and access it

```bash
php -S localhost:5000
```

You can login with default account

```bash
username: admin1
password: password123
```