Creates SQL database with a certain amount of categories, users and messages
Make sure Docker is already installed on your PC. Clone this repository and install all required dependencies.
Create .env
file and setup the following variables:
DB_USER = *your_username*
DB_PASS = *your_password*
DB_NAME = *your_database_name*
DB_HOST = localhost
DB_PORT = *postgres_server_port*
Type the following code in the terminal:
$ docker-compose up