Skip to content

BraviSoftware/my-workout-diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Workout Diary

Build Status Coverage Status Code Climate

Pre-Configuration

Add these configurations below into your .bashrc or .zshrc file and reload the shell after that:

export MWD_FACEBOOK_APP_ID="insert_the_facebook_app_id_here"
export MWD_FACEBOOK_SECRET="insert_the_secrete_key_here"
export MWD_GOOGLE_KEY="insert_the_google_client_id_here"
export MWD_GOOGLE_SECRET="insert_the_google_client_secrete_here"
export MWD_MAIL_USERNAME="insert_the_username_email_sender_here"
export MWD_MAIL_PASSWORD="insert_the_password_email_sender_here"
export MWD_HOSTNAME="insert_the_app_url_here"

There are some data which are always the same (e.g., Activity Types). So lets up the seed data:

rake db:seed

About

App to register activities like workout, healthy feeding and water drink

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published