You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following command make and it will use docker-compose to start PostegreSQL and the application in development mode
How to run on production environment
Run the following command make prod and it will run the docker with PostgreSQL and the application
Running the tests
Run yarn to install the dependecies
Run yarn test to execute all the unit tests
Run yarn dev:coverage to help you while you're writing tests
Run yarn coverage it will generate a directory called by coverage when you can see via browser the code coverage test. Example firefox coverage/lcov-report/index.html