which project should we set as startup project while running the application and also when can we expect the proper documentation of the this repo #68
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I am simple using tye run --dashboard to run the application. Is this correct way of running the microservices application. from where I need to generate the token so that i can use while calling the api |
Beta Was this translation helpful? Give feedback.
-
If you check the current Readme of the repo, you can find the instructions,
However, here is the CURL command to generate tokens, in case
Another approach by using the docker-compose is also mentioned in the Readme.md file. The project is currently at its early stage, where I am trying to build a framework and use it in a real-world application (fluentpos). However, the project is taking good shape now. I still have to cover a couple of topics/concepts like
Once these are done, documentations will be started along with a walkthrough video. |
Beta Was this translation helpful? Give feedback.
If you check the current Readme of the repo, you can find the instructions,
make tye
inside the ./fluentpos folder, to run all the services of fluentpos.However, here is the CURL command to generate tokens, in case