Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 312 Bytes

WhatInTheWorld

An open source, free to use, geography edutainment game! Test your world knowledge using our trivia application.

To create database:

CREATE TABLE users ( id SERIAL PRIMARY KEY, username VARCHAR NOT NULL UNIQUE, password VARCHAR(10) NOT NULL, countries_visited VARCHAR, highscore BIGINT );