Skip to content

nilenso/villagebook

Repository files navigation

villagebook

villagebook helps people keep track of their livestock.

Steps to run locally

Backend

createdb villagebook
lein run migrate
lein ring server

Frontend

npm install
shadow-cljs watch app

Run application through Docker

docker-compose up --build

Run tests

By running docker-compose up, postgres will be running with test db.

docker-compose up --build

Add host entry (/etc/hosts) to connect postgres db (running via docker)

127.0.0.1   villagebook-postgres
lein test

To add:

  • Add CIDER/REPL setup

Releases

No releases published

Packages

No packages published

Languages