- exercise: Added endpoint to get exercise by exerciseid (b3fa32a)
- Anmol Gangwar anmolgangwar64@gmail.com
- bodyPart: Added route endpoint to get exercises by specific bodyPart (387524d)
- equipments: ⚡️ added route endpoint to get exercises by specific equipment (d5786f2)
- muscles: Added route endpoint to get exercises by specific muscle (b3c8a9c)
- 🐛 fixes invalid token error (8c45438)
- Anmol Gangwar anmolgangwar64@gmail.com
- user: Added user entity (2bf3122)
- authentication: 🔒️ add register user and authenticate route (779c652)
- authmiddleware: Added rbac middleware as global route for preventing post endpoints (4998a03)
- core: Update autocomplete aggregate query by remove _id (0710e5b)
- Anmol Gangwar anmolgangwar64@gmail.com
- Project structure setup (4181ff2)
- Project structure setup (c347665)
- Setting up redis (ad45afc)
- database: ✨ added mongodb setup and exercises schema (4fc7b69)
- database modelling: 📦️ add exercise, equipment,bodypart,muscle schemas (7d07049)
- module: ✨ added muscles module (4d0f63e)
- modules: ✨ added equipment module (7c1cda1)
- modules: ✨ added bodyPart module (84a556f)
- schema: 🔨 updated exercise schema (f13f0fb)
- 🔨 refactoring code (22e93e9)
- modules: ✨ added exercise module (df8a2d4)
- exercises: ✨ added retrive all exercises with pagination (2016e16)
- exercises: ⚡️ added search query on exercises endpoint (e639f2c)
- exercises: 🔍️ added autocomplete suggestion search (a08f6d3)
- deployment: Added workflow yaml (25953ca)
- images: Added image view and upload endpoint (9fbac0c)
- Anmol Gangwar
- Project structure setup (4181ff2)
- Project structure setup (c347665)
- Setting up redis (ad45afc)
- database: ✨ added mongodb setup and exercises schema (4fc7b69)
- database modelling: 📦️ add exercise, equipment,bodypart,muscle schemas (7d07049)
- module: ✨ added muscles module (4d0f63e)
- modules: ✨ added equipment module (7c1cda1)
- modules: ✨ added bodyPart module (84a556f)
- schema: 🔨 updated exercise schema (f13f0fb)
- 🔨 refactoring code (22e93e9)
- modules: ✨ added exercise module (df8a2d4)
- exercises: ✨ added retrive all exercises with pagination (2016e16)
- exercises: ⚡️ added search query on exercises endpoint (e639f2c)
- exercises: 🔍️ added autocomplete suggestion search (a08f6d3)
- deployment: Added workflow yaml (25953ca)
- images: Added image view and upload endpoint (9fbac0c)
- Anmol Gangwar