Skip to content

Go webserver to provide an API for wordle in the terminal.

Notifications You must be signed in to change notification settings

tomcarron/terminadle-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

terminadle-server

Database stuff

Verifying database: docker exec -it postgres_db bash psql -U my_user -d my_database \dt SELECT * FROM my_table;

removing volumes docker-compose down -v

starting docker container: docker-compose up --build

About

Go webserver to provide an API for wordle in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published