Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.55 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.55 KB

ExerciseDB API

GitHub License GitHub Release

ExerciseDB API, accessible at exercisedb-api.vercel.app, is an exercises API that allows users to access high-quality exercises data which consists 1300+ exercises. This API offers extensive information on each exercise, including target body parts, equipment needed, GIFs for visual guidance, and step-by-step instructions.

📚 Documentation

Check out the API documentation for detailed information on how to use the API.

📰 Changelog

For a detailed list of changes, see the CHANGELOG.

🔌 Running Locally

Note

You need Bun(1.1.25+) or Node.js(v20+)

  1. Clone the repository:

    git clone https://github.com/cyberboyanmol/exercisedb-api
    cd exercisedb-api
  2. Install the required dependencies:

    bun install
  3. Launch the development server:

    bun run dev

☁️ Deploying Your Own Instance

You can easily deploy your own instance of the API by clicking the button below:

Deploy with Vercel

📜 License

This project is distributed under the MIT License. For more information, see the LICENSE file included in this repository.