All Projects → wger-project → Wger

wger-project / Wger

Licence: agpl-3.0
Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wger

Shynet
Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Stars: ✭ 1,273 (-7.22%)
Mutual labels:  self-hosted, django
flutter
Flutter fitness/workout app for wger
Stars: ✭ 106 (-92.27%)
Mutual labels:  fitness, gym
Pinry
The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format.
Stars: ✭ 1,819 (+32.58%)
Mutual labels:  self-hosted, django
Jong
🐍 💡 JOplin Notes Generator - project replaced by https://github.com/foxmask/yeoboseyo
Stars: ✭ 15 (-98.91%)
Mutual labels:  self-hosted, django
Photomanager
Self hosted Google Photos alternative
Stars: ✭ 36 (-97.38%)
Mutual labels:  self-hosted, django
Django Th
🐍 Trigger Happy - The bus 🚌 for your internet services
Stars: ✭ 1,356 (-1.17%)
Mutual labels:  self-hosted, django
Mediacms
MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
Stars: ✭ 313 (-77.19%)
Mutual labels:  self-hosted, django
Babybuddy
A 👶 buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work.
Stars: ✭ 1,021 (-25.58%)
Mutual labels:  self-hosted, django
Reminiscence
Self-Hosted Bookmark And Archive Manager
Stars: ✭ 1,303 (-5.03%)
Mutual labels:  self-hosted, django
Wagtail Personalisation
Rule-based personalisation for Wagtail CMS
Stars: ✭ 96 (-93%)
Mutual labels:  django
Drf Cheat Sheet
Cheat sheet / quick reference guide for Django REST Framework.
Stars: ✭ 99 (-92.78%)
Mutual labels:  django
Django Publications
A Django app for managing scientific publications.
Stars: ✭ 95 (-93.08%)
Mutual labels:  django
Django Eventtools
A lightweight library designed to handle repeating and one-off event occurrences for display on a website.
Stars: ✭ 96 (-93%)
Mutual labels:  django
Osm Export Tool
Web service to download customised OSM data in various file formats
Stars: ✭ 99 (-92.78%)
Mutual labels:  django
Playlistor
🎶Apple Music ↔️ Spotify playlist convertor.
Stars: ✭ 95 (-93.08%)
Mutual labels:  django
Django Tables2
django-tables2 - An app for creating HTML tables
Stars: ✭ 1,360 (-0.87%)
Mutual labels:  django
Iotdashboard
Fast Django server for IOT Devices
Stars: ✭ 95 (-93.08%)
Mutual labels:  django
Tweetme
Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!
Stars: ✭ 95 (-93.08%)
Mutual labels:  django
Covid19 Dashboard
🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
Stars: ✭ 100 (-92.71%)
Mutual labels:  django
Circleci Demo Python Django
Example Django application running on CircleCI
Stars: ✭ 100 (-92.71%)
Mutual labels:  django

wger

wger (ˈvɛɡɐ) Workout Manager is a free, open source web application that help you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. It offers a REST API as well, for easy integration with other projects and tools.

For a live system, refer to the project's site: https://wger.de/

Workout plan

Installation

These are the basic steps to install and run the application locally on a Linux system. There are more detailed instructions, other deployment options as well as an administration guide available at https://wger.readthedocs.io or locally in your code repository in the docs folder.

Please consult the commands' help for further information and available parameters.

Production

If you want to host your own instance, take a look at the provided docker compose file. This config will persist your database and uploaded images:

https://github.com/wger-project/docker

Demo

If you just want to try it out:

    docker run -ti --name wger.apache --publish 8000:80 wger/apache

Then just open http://localhost:8000 and log in as admin, password adminadmin

Please note that this image will overwrite your data when you pull a new version, it is only intended as an easy to setup demo

Development version

Docker

We provide a docker compose file that sets everything up for development and persists the database on a volume. From the root folder just call

docker-compose -f extras/docker/compose/docker-compose.yml up

For more info, check the README in wger/extras/docker/compose.

Local installation (git)

Note: You can safely install from master, it is almost always in a usable and stable state.

Install the necessary packages

sudo apt-get install python3-dev nodejs npm git
sudo npm install -g yarn sass

Make a virtualenv where we will install the python packages

python3 -m venv venv-wger
source venv-wger/bin/activate

Start the application. This will download the required JS and CSS libraries and create a SQlite database and populate it with data on the first run. If you want to use another database, edit the settings.py file before calling bootstrap. You will need to create the database and user yourself.

git clone https://github.com/wger-project/wger.git
cd wger
pip install -r requirements.txt
python3 setup.py develop
wger create-settings
wger bootstrap
wger load-online-fixtures
python3 manage.py runserver

Log in as: admin, password adminadmin

After the first run you just start django's development server::

python manage.py runserver

Command line options

You can get a list of all available commands by calling wger without any arguments:

  • bootstrap Performs all steps necessary to bootstrap the application
  • config-location Returns the default location for the settings file and the data folder
  • create-or-reset-admin Creates an admin user or resets the password for an existing one
  • create-settings Creates a local settings file
  • load-fixtures Loads all fixtures
  • migrate-db Run all database migrations
  • start Start the application using django's built in webserver

To get help on a specific command: wger <command> --help.

Contact

Feel free to contact us if you found this useful or if there was something that didn't behave as you expected. We can't fix what we don't know about, so please report liberally. If you're not sure if something is a bug or not, feel free to file a bug anyway.

Sources

All the code and the content is available on github:

https://github.com/wger-project/wger

License

The application is licensed under the Affero GNU General Public License 3 or later (AGPL 3+).

The initial exercise and ingredient data is licensed additionally under one of the Creative Commons licenses, see the individual exercises for more details.

The documentation is released under a CC-BY-SA: either version 4 of the License, or (at your option) any later version.

Some images were taken from Wikipedia, see the SOURCES file in their respective folders for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].