mehdidhaou / Billing_System

platform to facilitate online payment of invoices
GNU General Public License v2.0
3 stars 1 forks source link

DB Initialization #1

Open mehdidhaou opened 2 years ago

mehdidhaou commented 2 years ago

Database connectivity is missing initialization scripts as a developer pulling this projects needs to create schema and tables appropriate to the systems ERD. an automated SQL script would be Helpful.

HachemOuanes commented 2 years ago

I recommend using docker to wrap database connectivity into a container with shell scripts to initialize it