Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
/ sql-forum-generator Public archive

💬 App that creates database with certain amount of users, categories and messages as fast as possible, University "Databases" task using Go, PostgreSQL and Docker

License

Notifications You must be signed in to change notification settings

on3dd/sql-forum-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sql-forum-generator

Creates SQL database with a certain amount of categories, users and messages

Usage

Install

Make sure Docker is already installed on your PC. Clone this repository and install all required dependencies.

Setup

Environment variables

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*

Start

Type the following code in the terminal:

$ docker-compose up

About

💬 App that creates database with certain amount of users, categories and messages as fast as possible, University "Databases" task using Go, PostgreSQL and Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages