https://github.com/anilonayy/powerload
Powerload is Progressive Overload application who want to track self progress in gym.
https://github.com/anilonayy/powerload
docker laravel nginx tailwind vue3
Last synced: 4 months ago
JSON representation
Powerload is Progressive Overload application who want to track self progress in gym.
- Host: GitHub
- URL: https://github.com/anilonayy/powerload
- Owner: anilonayy
- Created: 2023-11-18T11:52:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T16:16:54.000Z (about 2 years ago)
- Last Synced: 2025-04-14T19:41:21.820Z (about 1 year ago)
- Topics: docker, laravel, nginx, tailwind, vue3
- Language: PHP
- Homepage:
- Size: 2.34 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Powerload
Powerload is **Progressive Overload** application who want to track self progress in gym.
## How to run the project
Clone project
```bash
git clone git@github.com:anilonayy/powerload.git
```
Make deployer.sh executable
```bash
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!
```bash
./deployer.sh magic
```
## What users can do
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.
### User
- 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
## Tech stack of project
### Frontend
- Vue3
- Vuex
- Tailwind
### Backend
- Laravel 10
- MySQL
- N Layer Architecture
- Repository Design Pattern
- Sanctum Auth System

