This project uses node.js, express.js as backend, PostgreSQL as a database where capital of each country is stored. This project is a Quiz web application which asks you the capital of random country and if you get it right then your score will increase otherwise the game will be finished. This project uses Ejs(Embedded javascript) which is a templating language which creates dynamic front-end using html and javascript together.
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
node index.js
The project will run on localhost:3000. This project requires postgreSql in your system.