It is required to have a PostgreSQL server running on your machine to be able to start this app. Ruby 2.6.5 is preferred.
-
Run bundle install
-
Create a .env file with the following env variables: TASKAPP_DATABASE_PASSWORD, POSTGRES_PORT
-
Run bundle exec rake db:create
-
Run bundle exec rake db:migrate
-
Run bundle exec rake db:seed
-
Start the app with rails s command