Giter Site home page Giter Site logo

james-geiger / paper-weights Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 3.55 MB

An open-source weight lifting progression and workout tracker featuring a simple, intuitive interface

License: BSD 3-Clause "New" or "Revised" License

PHP 49.22% CSS 0.02% JavaScript 0.46% Vue 49.56% Blade 0.54% Shell 0.20%
exercise exercise-tracker laravel vue weightlifting workout workout-apps workout-journal workout-tracker

paper-weights's Introduction

About Paper Weights

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.

Account and Beta Access

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.

Development

To install Paper Weights locally for development or self-hosting, first clone the repository, cd into the directory, and follow the instructions below.

  1. Create .env file
mv .env.example .env
  1. Install Composer dependencies
composer install
  1. Install NPM and build assets for development
npm install && npm run dev
  1. Generate application key
php artisan key:generate
  1. Run database migrations
php artisan migrate
  1. Link app storage directory with public diretory to serve profile photos
php artisan storage:link
  1. Run Laravel Scout import script for searchable exercises, if using scaffolded exercises.
php artisan scout:import "App\Models\Exercise"

Contributing

Thank you for considering contributing to Paper Weights! Please review the contribution code of conduct.

Security Vulnerabilities

If you discover a security vulnerability within the Paper Weights app, please send an e-mail to our vulnerability inbox via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the New BSD License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.