Skip to content

JorgeGarciaxyz/kenko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup development database

Run docker-compose

docker-compose -f docker-compose.dev.yml up -d

Create test database

psql -h 127.0.0.1 -U kenko kenko_development -p 31127

CREATE DATABASE kenko_test;

Setup githooks

Make the scrips executable

chmod +x scripts/*.sh

Install the hooks

sh scripts/install-hooks.sh

About

Track your medical conditions and symptoms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published