- run
git clone https://github.com/MartinDawson/Reggest.git
on your command prompt - run
cd Reggest/Reggest
to move into the source directory of the solution - run
yarn install
to install the npm packages - run
yarn run setup
to setup the project - Create a '.env' file in this directory. I.e "Reggest/Reggest/.env". Copy and paste all of the variables from the .env variables section here into this file.
- run
yarn run start
to start the project - Open http://localhost:49891
A new database called 'Reggest' will be created in MSSQL with the credentials:
- Server name: '.'
- Authentication: 'Windows Authentication'
This database will then be filled with the correct schema and data automatically when you run the app.
NODE_ENV=development
RECAPTCHA_SITE_KEY=6Ley01QUAAAAAHFUtLNjjoZzJAOEqr1iyztvEECM
There are a lot of fitness plans in the world that overwhelm beginners
Implement a simplistic QandA functionality type app that suggests the best fitness plans to meet the users goals
- Must provide a fitness plan that meets the users needs
- Must be as simple as possible for the user
- The faster the user gets to their chosen fitness plan in as little questions as possible the better
- Must only provide fitness plans that are being used by many people and/or have proven results
- Beginners who are starting fitness in gyms, specifically users from r/fitness and r/xxfitness
- Free app
- http://www.rohitnair.net/pp/:
- End results are a long wall of text for some chosen features
- Doesn't list many results for chosen fitness programs
- Unnecessary choices such as Police/Military Training which noone cares about
- Not specific enough to users goals, e.g. days per week training
- https://www.bodbot.com/
- Doesn't list specific fitness plans such as 'Strong Curves', 'Nsuns' etc but instead gives specific exercices
- Not recommended by r/xxfitness or r/fitness to do this but instead to use pre-made tested plans
- http://www.strongur.io/
- Same problems as bodbot