Macros + Meals was designed to create a simple, easy to use app for users to best optimize their nutrition according to their lifestyle. In the fast pace world we live in, Macros + Meals helps the user quickly determine their daily macro needs based upon their fitness goals, then search for and save recipes that meet this criteria.
- Account creation
- Personalized nutrition information
- Recipe recomendations
If you have any ideas to improve this app, we encourage you to contribute! Here are the steps to get you up and running:
- Get a copy of the code on your machine and install dependencies:
git clone https://github.com/tbehrenbeck/Project2.git
cd Project2
npm install- Setup your database credentials in
config/config.jsonand run:
npm run setup_db # creates tables based on our Model configuration- Setup your environment variables in a file called
.envin the root of this repo:
appID="Your Edamam API app id here"
apiKey="Your Edamam API key here"
SECRETPHRASE="keyboard cat" # this can be anything, it is used to hash passwords- Make your changes and test locally, then push up your branch and make a pull request!
- Eddy Yousef
- Tommie Behrenbeck
- Brittani Slimp
- Adams Lowe
- Austin Walker