Skip to content

jericklasat/fruit-test-api

Repository files navigation

Initial Setup

Install docker your machine.
Execute:

  • make-deploy
  • The clear cache will output an error due to incomplete credentials like the smtp, please update necessary .env and restart the container
  • make migrate

Note: If the pem files can't be access run sudo chmod 775 (or 777) -R config/jwt/

Running the application

Execute: make start

Optionally if you want to see all the logs in the terminal you can use: make watch

Imports

To import fruits run: make import-fruits type=all

Testing

Execute:
  • All test: make codecept
  • All in specific folder test(ex:): make codecept tests/unit/fruit
  • Specific file test(ex:): make codecept tests/unit/fruit/FruitTest.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors