https://github.com/IITC-College/cicd-lab06-secrets-and-envs

Goal

Build a GitHub Actions CI pipeline for a FastAPI + MongoDB app where the MongoDB connection URI is never hardcoded.

The pipeline should contain:


Part 0 — Run the Project Locally

  1. Download the ZIP
  2. Init a repo
  3. Create a virtual environment
  4. Activate it
  5. Install dependencies
  6. Run tests:

Expected result:


Part 1 — Configure Real MongoDB Atlas Access

Create: