Skip to content

nabby27/zinklar-challenge

Repository files navigation

ZINKLAR-CHALLENGE

Requirements

You can run the project also with only with npm but we encourage you to use docker compose to use the same environment, just works as an alias of the docker compose commands.

First Steps

  1. Create the .env file with the proper values, you can copy the .env.sample

  2. Run just install to install the dependencies

Main Commands

You can see all the commands available in the Justfile file.

Run the project on dev mode

just dev

Build the project

just build

Run the test

Also, you can run the test in mode watch or run the code coverage (go to the Justfile to see the corresponding command)

just test_unit
just test_integration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published