https://github.com/codehakase/ts-th
https://github.com/codehakase/ts-th
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehakase/ts-th
- Owner: codehakase
- Created: 2024-08-19T21:20:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T23:04:48.000Z (over 1 year ago)
- Last Synced: 2025-02-12T10:18:30.924Z (11 months ago)
- Language: Haskell
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talstack-todo-test
### Setup
Run `docker-compose up` to boot up postgres and run `cabal build` followed by `cabal run` to run the server.
> Export `DB_URL` variable to match pg instance running in docker, eg: `postgresql://user:password@localhost:5432/todoapp`
Head over to `http://localhost:3000` to interact with the UI.
### Demo
Find demo video here: https://github.com/codehakase/ts-th/issues/1
### Tests
Run tests with `cabal test`