Paper Weights is a workout log and planner app designed to provide a quick and intutitive experience to tracking your workouts. It is designed with the ease of paper logs in mind while providing advanced tracking and trend capabilities.
Users may access the current dev branch of this app to use for their own workout tracking purposes at app.paperweights.io. The services is provided without warranty of any kind, and is subject to change.
To install Paper Weights locally for development or self-hosting, first clone the repository, cd
into the directory, and follow the instructions below.
- Create .env file
mv .env.example .env
- Install Composer dependencies
composer install
- Install NPM and build assets for development
npm install && npm run dev
- Generate application key
php artisan key:generate
- Run database migrations
php artisan migrate
- Link app storage directory with public diretory to serve profile photos
php artisan storage:link
- Run Laravel Scout import script for searchable exercises, if using scaffolded exercises.
php artisan scout:import "App\Models\Exercise"
Thank you for considering contributing to Paper Weights! Please review the contribution code of conduct.
If you discover a security vulnerability within the Paper Weights app, please send an e-mail to our vulnerability inbox via security@paperweights.io. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the New BSD License.