This repository is used to set up the entire application for this app.
git clone git@github.com:futask/devenv.git futaskNavigate to the futask folder, which was created by the previous command.
cd futaskThen load all sub-repositories inside the futask repository using the following commands:
git submodule init
git submodule updateAfter that, all the code from all the required services will be downloaded to the futask folder.
- Create a
.envfile from the./.env.examplefile. - Modify the values in the
.envfile according to your preferences (not recommended, as all values are set up to be ready to run the tests).
docker compose up -dBy running the above command, all the required services will be started.
After successfully building the services mentioned above, you can access the following endpoints:
- Scheduler Endpoint: http://localhost:8000
- Worker Endpoint: http://localhost:8100
Please use the Thunder Client VS extension to import the following files:
- Endpoints file:
./thunder-requests_futask.json - Environment file:
./thunder-environment_futask-dev.json
Then, enjoy every small moment!! 💃🕺
Thank you! 🥳🥳🥳
