momentum.sh
  • 💡Introduction to Momentum
    • Overview
    • How can momentum help you?
    • Why is it open source
    • Contributing to momentum
    • Troubleshooting & Feedback
  • Getting Started
    • Hers's what you will need
    • Installation
      • Cloud Integrations (Optional)
        • Portkey
        • Firebase
        • Setting up Github App
        • Enabling Github Auth on Firebase
        • Google Cloud
    • Running Momentum
    • Known bugs & fixes
  • Using Momentum
    • Underlying API structure
    • Auth
    • Logging in
    • User Registration
    • Parsing codebase
    • Getting list of all parsed projects
    • Getting list of all branches in a project
    • Listing all endpoints of a branch
    • Understanding Changes & Impacts
    • Generating Blast Radius
    • Get Flow Graph
    • Get Dependencies
    • Get More Dependencies (AI)
    • Getting code of a specific node
    • Testing your code
    • Generating a test plan
    • Setting up the test plan
    • Preferences
      • Setting preferences of a specific endpoint
      • Getting preferences for specific endpoint
    • Generating tests
  • Using Momentum CLI
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Hers's what you will need

PreviousGetting StartedNextInstallation

Last updated 9 months ago

Was this helpful?

To get started with our product, you'll need the following:

  1. Docker and Docker Compose: Ensure that Docker and Docker Compose are installed on your system. You can download and install them using any of the suggested ways and .

  2. Git: You'll need Git to clone our . You can download and install Git from .

  3. Python (v3 onwards): Momentum is python based so you'll need the support for it running on your system. Usually it's supported by the OS out of the box - but do install if that's not the case. Once you have these up and running - we can proceed to installation.

here
here
repository
here