added readme

This commit is contained in:
heyethereum
2024-08-17 08:56:47 +08:00
parent c089999d20
commit e388294d2e

View File

@@ -68,8 +68,8 @@ CREATE DATABASE safeqr;
Navigate to the `/sql/` directory and run the provided scripts to set up your database schema and populate it with dummy data: Navigate to the `/sql/` directory and run the provided scripts to set up your database schema and populate it with dummy data:
```bash ```bash
psql -d your_database_name -f Create_all_tables.sql psql -d safeqr -f Create_all_tables.sql
psql -d your_database_name -f Dummy_data.sql psql -d safeqr -f Dummy_data.sql
``` ```
### 4. Verifying the Database Setup ### 4. Verifying the Database Setup