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: code-solves/task-management-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: code-solves/task-management-api
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.
  • 13 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 25, 2024

  1. Initial commit

    code-solves authored Dec 25, 2024
    Configuration menu
    Copy the full SHA
    a1c3273 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    code-solves authored Dec 25, 2024
    Configuration menu
    Copy the full SHA
    f1a5f67 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Merge branch 'master' into main to consolidate histories

    Merge branch 'master'
    code-solves committed Dec 27, 2024
    Configuration menu
    Copy the full SHA
    607a076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2588cb View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Configuration menu
    Copy the full SHA
    aa98b05 View commit details
    Browse the repository at this point in the history
  2. feat: Update MongoDB connection and environment variable validation

    - Switched MongoDB connection to use MONGO_URI from environment variables
    - Added validation for required environment variables (PORT, MONGO_URI, JWT_SECRET)
    - Removed deprecated options from Mongoose connection
    - Improved graceful shutdown handling for server and MongoDB
    - Added a default route for confirming API status
    code-solves committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    c005f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    284c8ba View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Changed the hardcoded MongoDB URI (mongodb://127.0.0.1:27017/taskmana…

    …gement) to use the environment variable MONGO_URI
    code-solves committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    82ff22f View commit details
    Browse the repository at this point in the history
  2. Validated MongoDB URI

    code-solves committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    57ae356 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    151be89 View commit details
    Browse the repository at this point in the history
  2. Merge commit '151be89'

    added a build script
    code-solves committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    ec8880f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e02415d View commit details
    Browse the repository at this point in the history
  4. Tested endpoints using the Render deployed URL and updated the Postma…

    …n collection
    
    - Updated endpoints in task-management-api.postman_collection.json to use the new base URL https://task-management-api-ypwj.onrender.com.
    - Added a new script to run the application in production mode in package.json.
    - Updated README.md to reflect the new base URL for the API endpoints.
    code-solves committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    f5f22d8 View commit details
    Browse the repository at this point in the history
Loading