Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stephenpaulraj/deploy-python-fastapi-in-vercel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hebertcisco/deploy-python-fastapi-in-vercel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 5 files changed
  • 2 contributors

Commits on May 4, 2023

  1. Update README.md

    hebertcisco authored May 4, 2023
    Configuration menu
    Copy the full SHA
    5b52251 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Initial commit

    hebertcisco committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    bc344c0 View commit details
    Browse the repository at this point in the history
  2. Add Docker setup for web service

    Introduced a docker-compose configuration to build and run the web
    service, mapping its internal port 8000 to the same port on the host,
    facilitating containerization and local development workflow.
    hebertcisco committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    0a98111 View commit details
    Browse the repository at this point in the history
  3. Refactor initialization task in .gitpod.yml

    Replace pip install with docker-compose for improved environment setup.
    hebertcisco committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    0e6c4a0 View commit details
    Browse the repository at this point in the history
  4. Refactor README for Docker instructions

    Consolidated Docker setup instructions in README for clarity and ease of
    use. Now users can easily choose between Docker Compose and traditional
    Docker methods when running the application locally. This streamlining
    improves the user experience. Issue #123
    hebertcisco committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    ddbf40d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. add docker-compose.yml

    hebertcisco committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a1405e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. build(deps): bump fastapi from 0.88.0 to 0.109.1

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.88.0 to 0.109.1.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.88.0...0.109.1)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c101230 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hebertcisco#3 from hebertcisco/dependabot/pip/fast…

    …api-0.109.1
    
    build(deps): bump fastapi from 0.88.0 to 0.109.1
    hebertcisco authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    597685f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Update README.md

    hebertcisco authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d3de5e6 View commit details
    Browse the repository at this point in the history
  2. Create LICENSE

    hebertcisco authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9a4930a View commit details
    Browse the repository at this point in the history
Loading