backend-reference icon indicating copy to clipboard operation
backend-reference copied to clipboard

This repository contains different Backend related resources like applications, examples, libraries, tools, etc.

Results 26 backend-reference issues
Sort by recently updated
recently updated
newest added

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.1 to 1.10.13. Release notes Sourced from pydantic's releases. V1.10.13 2023-09-27 What's Changed Update pip commands to install 1.10 by @​chbndrhnns in pydantic/pydantic#6930 Make the v1 mypy...

dependencies
python

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.1 to 1.10.13. Release notes Sourced from pydantic's releases. V1.10.13 2023-09-27 What's Changed Update pip commands to install 1.10 by @​chbndrhnns in pydantic/pydantic#6930 Make the v1 mypy...

dependencies
python

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 1.10.13. Release notes Sourced from pydantic's releases. V1.10.13 2023-09-27 What's Changed Update pip commands to install 1.10 by @​chbndrhnns in pydantic/pydantic#6930 Make the v1 mypy...

dependencies
python

# What's this PR do? Go API using PostgresQL as DB and sqlc as a query generator. ## Summary by CodeRabbit - **New Features** - Introduced a Go API project...

Create CLI example with different options: - [ ] #6 - [x] #7 > NOTE: Both examples should do exactly the same and should provide a --help flag and a...

Hacktoberfest
practices:backend

### Describe the feature The current implementation only includes functionality regarding checkout session and webhook events, which are some of the features that Stripe official API provides. The goal is...

Hacktoberfest
practices:backend

### Describe the feature Implement integration tests to further strengthen the API. ### Use Case The current implementation only includes unit tests, a proposed way to improve the reliability and...

Hacktoberfest
practices:backend

### Describe the feature Update src/requests.http file with error scenarios to ensure robustness. ### Use Case The addition of error scenarios will help future developers in the API scope knowledge...

Hacktoberfest
practices:backend

### Describe the feature Add error logging for the API to enhance reliability and troubleshooting. ### Use Case This feature will be useful to provide more context about the errors...

Hacktoberfest
practices:backend