/tsks

A project for study purposes only. Built using Docker, Ruby on Rails, PostgreSQL, Thor and Next.js

Primary LanguageRuby

tsks

ci

A project for study purposes only. Built using Docker, Ruby on Rails, PostgreSQL, Thor and Next.js

Instructions

Running development environment

bin/dev

By running bin/api_dev or bin/web_dev only these specific development servers will start.

Running tests

API tests

bin/api_test

WEB

Code lint tests
bin/web_lint
Unit tests
bin/web_test_unit
E2E tests
bin/web_test_e2e