Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 269 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 269 Bytes

Tvastra

Database Setup

Create Database Named as tvastra

Execute below command in terminal

echo "export POSTGRES_USERNAME=YOUR_POSTGRES_USERNAME" >> ~/.zshrc
echo "export POSTGRES_PASSWORD=YOUR_POSTGRES_PASSWORD" >> ~/.zshrc