Skip to content

A quiz application designed to test and enhance your knowledge of world capitals.

Notifications You must be signed in to change notification settings

ManishaBose/Capitals_Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz App

Description

This is a quiz application designed to test and enhance your knowledge of world capitals. It uses Node.js and Express.js on the backend, EJS (Embedded JavaScript) and CSS for frontend, and PostgreSQL for the database.

Quiz App Screenshot

Setup

  1. Clone the repository:
git clone https://github.com/ManishaBose/Capitals_Quiz.git
  1. Install the dependencies:
npm install
  1. Create a .env file in the rool of the project and add the following lines:
DATABASE_URL="postgresql://readonly_user1:zGZpNh9vOSb5@ep-delicate-queen-a1gxmygl.ap-southeast-1.aws.neon.tech/world?sslmode=require"
PORT="3000"
  1. Run the application:
node index.js

Usage

Visit http://localhost:3000 in your browser to start the quiz.

About

A quiz application designed to test and enhance your knowledge of world capitals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published