Updated README

master
Matt Theissen 4 years ago
parent 4702260969
commit 00fed2b040

@ -15,6 +15,8 @@ Setup the database:
`CREATE TABLE balance (id SERIAL UNIQUE,balance NUMERIC);`
`CREATE TABLE transaction (id NUMERIC,username VARCHAR(50),amount NUMERIC,timestamp TIMESTAMP);`
**Create a config file named `ddbank_config` located in the same directory as the script.**
**Config file should have the following:**
```