Skip to content

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

Answered by iammukeshm
devdgupta asked this question in Q&A
Discussion options

You must be logged in to vote

If you check the current Readme of the repo, you can find the instructions,

  • Run make tye inside the ./fluentpos folder, to run all the services of fluentpos.
  • Identity Service also starts up, which can generate tokens for you, the sample API calls are already included in the thunder-tests folder. You can install the Thunder client extension on your Visual Code, and browse it from the solution's root.

However, here is the CURL command to generate tokens, in case

curl -X POST \
  'https://localhost:7001/connect/token' \
  --header 'Accept: */*' \
  --header 'User-Agent: Thunder Client (https://www.thunderclient.com)' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Asimkhan-developer
Comment options

Answer selected by iammukeshm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #67 on May 18, 2023 15:24.