Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a tic-tac-toe backend service for illustrative purposes #2

Open
3 of 5 tasks
pmhsfelix opened this issue Oct 3, 2022 · 0 comments
Open
3 of 5 tasks
Assignees

Comments

@pmhsfelix
Copy link
Contributor

pmhsfelix commented Oct 3, 2022

Create a tic-tac-toe backend service for illustrative purposes.

  • Base example using a DB schema, repositories, and services.
  • Add linting.
  • Add continuous testing using GitHub actions
  • Complete service layer
  • Start implementing the HTTP API
pmhsfelix added a commit that referenced this issue Oct 3, 2022
pmhsfelix added a commit that referenced this issue Oct 3, 2022
pmhsfelix added a commit that referenced this issue Oct 3, 2022
gh-2: adds docker compose to the github action tests
pmhsfelix added a commit that referenced this issue Oct 10, 2022
gh-2: uses jsonb instead of a string to hold the board information.
pmhsfelix added a commit that referenced this issue Oct 11, 2022
pmhsfelix added a commit that referenced this issue Oct 11, 2022
…ing-http-layer

gh-2: starts adding the HTTP layer
pmhsfelix added a commit that referenced this issue Oct 13, 2022
…s-control-and-users-controller

gh-2: adds access control and users controller
pmhsfelix added a commit that referenced this issue Oct 18, 2022
pmhsfelix added a commit that referenced this issue Oct 20, 2022
pmhsfelix added a commit that referenced this issue Oct 20, 2022
pmhsfelix added a commit that referenced this issue Oct 20, 2022
…t-for-multiple-tokens-and-rolling-lifetime

gh-2: add support for multiple tokens and rolling lifetimes
pmhsfelix added a commit that referenced this issue Oct 22, 2022
pmhsfelix added a commit that referenced this issue Dec 1, 2022
…exceptions

gh-2: adds exception handling example
pmhsfelix added a commit that referenced this issue Dec 1, 2022
…-test-with-mocked-deps

gh-2: example of a test with mocked dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants