Skip to content

I will be storing by sql and my php. The databases creation, and some queries call will be here. the PHP here will be labeled to understand what is example and what can be used.

License

Notifications You must be signed in to change notification settings

it490-wizards/BackEnd

Repository files navigation

BackEnd

Install the PHP dependencies using Composer.

composer install

Create a file config.ini with your MySQL and RabbitMQ credentials. You should have separate virtual hosts for communication to the frontend and to the DMZ.

[api-proxy]
host = "localhost"
port = 5672
user = "username"
password = "password"
vhost = "api-proxy"

[mysql]
hostname = "localhost"
username = "username"
password = "password"
database = "whatever"

[rabbitmq]
host = "localhost"
port = 5672
user = "username"
password = "password"
vhost = "frontend"

Run create_tables.php and finally run database_server.php.

About

I will be storing by sql and my php. The databases creation, and some queries call will be here. the PHP here will be labeled to understand what is example and what can be used.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages