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.
- Host: GitHub
- URL: https://github.com/andersondev17/gymshock
- Owner: andersondev17
- Created: 2025-02-17T20:48:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-04T17:25:17.000Z (10 months ago)
- Last Synced: 2025-09-04T19:26:05.324Z (10 months ago)
- Topics: authjs, express-js, passportjs, rapid-api, react, rest-api
- Language: TypeScript
- Homepage:
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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