An open API service indexing awesome lists of open source software.

https://github.com/andersondev17/gymshock

Fitness plataform solution with 1300+ excercises, personalized assessment system, , and enterprise security. Features RBAC authentication, real-time search, and scalable architecture supporting UN Sustainable Development Goals.
https://github.com/andersondev17/gymshock

authjs express-js passportjs rapid-api react rest-api

Last synced: about 2 months ago
JSON representation

Fitness plataform solution with 1300+ excercises, personalized assessment system, , and enterprise security. Features RBAC authentication, real-time search, and scalable architecture supporting UN Sustainable Development Goals.

Awesome Lists containing this project

README

          

# GymShock

## Development Setup

1. Clone the repository
```bash
git clone https://github.com/andersondev17/gymshock.git
cd gymshock

```
# Frontend
cd frontend
npm install

# Backend
cd ../backend
npm install