@@ -1,5 +1,10 @@
# USAGE
+```bash
+psql -U postgres -h 127.0.0.1 -p 5432
+> create database mint;
+```
+
```bash
source .env