Skip to content

helloAttilaKiss/workout-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workout-admin

In this webpage you can

  • Create
  • Load
  • Edit
  • Delete workout plans.

A plan has a name and consists of several (workout) days. A day can have multiple exercises that you should perform that day. A plan can be assigned to one or more user(s). A user is an entity with personal data (firstname, lastname, email…) A user can be added / edited / deleted. Whenever an user is assigned to a workout plan, he(she) should receive an email confirmation. Whenever a plan is modified/deleted, the user(s) connected should be notified of the change by mail.

Technologies

  • Own MVC structure
  • bootstrap 3
  • Mobile responsive front-end
  • jQuery
  • Save on each mutation (ajax calls to RESTful json API, when users adds/removes an exercise to a day, changes the name of a day etc)

Demo

https://workout-admin.coding-you.com User name: workout Password: 6543210

Installing

Add database

  • Install the database using db_dump.php

Edit config.php

  • Add full path of your directory
  • Enter the URL of the website
  • Enter database creditentials
  • Add SMTP if needed

Edit .htaccess

  • Change URL in the 9th row

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors