- First, you should clone this project:
$ git clone [email protected]:DumitracheAdrian/wolf-interview.git
-
In order to run the project, you will need to have Docker installed. You can find more details here.
-
Once you have installed Docker, you should build and start the containers using the following commands:
$ cd wolf-interview
$ docker compose up -d
- Now you can access http://localhost:3333/api
- lint code
$ yarn lint