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
  • What is momentum?
  • Languages and Frameworks supported

Was this helpful?

  1. Introduction to Momentum

Overview

Hey there! Welcome to momentum docs. You can start by learning about how momentum can be helpful in your software development process.

What is momentum?

momentum is a code auditor that analyses the necessary code behavior and tests it at every git push to ensure the code is ready for production.

Languages and Frameworks supported

Python

  1. FastAPI

  2. Django

  3. Flask

  4. Sanic

Coming soon

  1. Javascript

  2. Java

PreviousIntroduction to MomentumNextHow can momentum help you?

Last updated 11 months ago

Was this helpful?

💡