Powerload is Progressive Overload application who want to track self progress in gym.
Clone project
git clone [email protected]:anilonayy/powerload.git
Make deployer.sh executable
cd deployer
chmod +x deployer.sh
Add domain to /etc/hosts file
127.0.0.1 powerload.com
127.0.0.1 api.powerload.com
Get Build!
./deployer.sh magic
Users can register with their e-mail addresses or with their google accounts. They can save their own Workouts -> Workout Days -> Workout Days -> Movements they will do on workout days to use during workout and can access these saved workouts with 1 click during workout.
- Can Register as a Member,
- Can Add Workout
- Can add days to your workout
- You can add exercises to your workout days
- Can start a workout (Movements on workout days are listed in order)
- At the end of the workout they can see the analysis of that day's workout.
- Review the history of all their workouts
- They can monitor their progress with an overall dashboard of their own
- Vue3
- Vuex
- Tailwind
- Laravel 10
- MySQL
- N Layer Architecture
- Repository Design Pattern
- Sanctum Auth System