boggle is one of the most popular word search games. here we support 4 * 4 and 5 * 5 board to play this game
https://postgresapp.com/downloads.html
- initialize postgres server
- close the current terminal and reopen it(only for first time)
- login as postgres user
psql -U postgres
4.to list all the databases
postgres=# \list
create user role for the project
CREATE USER boggle WITH PASSWORD 'boggleabc';
to switch to boggle user
psql -U boggle
must have IDE any ide having java support/or use terminal to build project
go to boggle
gradlew build
run main function present in main.kt
go to boggle/src/main/resources/boggle-ui/
npm install
npm start
it will open page in browser