"Which Flag Game" is a web application that shows users random flags and asks them to guess which country the flag belongs to. The application provides a fun and educational experience.
- Fun game that displays random flags for users to guess.
- Interactive experience that helps users learn about flags.
- Back end developed using Node.js, Express.js, and PostgreSQL.
- User interface built with EJS (Embedded JavaScript) and CSS.
- Easy setup and usage.
-
Clone the project to your local machine:
git clone https://github.com/user/which-flag-game.git cd which-flag
-
Install the required packages:
npm install
-
Configure your PostgreSQL database connection
-
Start the application:
npm start
The application will run at
http://localhost:3000
by default.
- When the application starts, a random flag is displayed to the user.
- The user guesses which country the flag belongs to.
- The user enters their guess in the provided field and submits it.
This project is licensed under the MIT License. For more information, please refer to the license file.