Skip to content

Todolist application written in both Go (server) and SolidJS (frontend)

Notifications You must be signed in to change notification settings

AlDrag/todoaroo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

Database

Running Postgres

Run docker compose up on the included docker-compose.yml file to run a local development build of postgres and adminer.

SQLC

SQLC generates Go code from given sql files.

To add/modify queries, do so in the server/database/queries/ folder. Then run sqlc generate within the database folder.

It'll automatically scan for existing migrations generated by Goose.

Migrations

Install the Goose CLI. If on MacOS, can use brew install goose. Otherwise go install should include it in your GoPath.

About

Todolist application written in both Go (server) and SolidJS (frontend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages