https://github.com/panchuk16/flags-quiz-database
Quiz about guessing countries of flags. Using PostgreSQL for comparing inputed country name with flag symbol.
https://github.com/panchuk16/flags-quiz-database
countries-flags database flags-quiz postgresql quiz
Last synced: 2 months ago
JSON representation
Quiz about guessing countries of flags. Using PostgreSQL for comparing inputed country name with flag symbol.
- Host: GitHub
- URL: https://github.com/panchuk16/flags-quiz-database
- Owner: Panchuk16
- Created: 2024-08-20T15:58:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T15:59:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T21:13:51.242Z (over 1 year ago)
- Topics: countries-flags, database, flags-quiz, postgresql, quiz
- Language: CSS
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flags Quiz using external data from PostgreSQL
1. npm init
2. Import Flags.csv into PostgreSQL Database
3. Change const db according to your pg password, host, port, user name, database name
4. node index.js

