We designed this simple health application to help you track your personal health, fitness, and nutrition goals. Once you've created your account, you can easily log your weight, water consumption, nutrition goals and fitness activities. You're on your way to a healthier you!
Create an account, and then login to get started!
To run this app on your local machine, make sure you have MongoDB and Node.js installed.
First, clone this repository to your local machine, and then install the dependencies using:
npm install
In a separate terminal start Mongo:
mongod
Then start the server:
npm start
And go to the browser to view the application!
- React - Frontend Framework
- Node.js - Javascript Runtime Environment
- Express - Web Framework
- MongoDB - Database
- Passport - Authentication
- bcrypt-nodejs - Password Hashing
- Charts.js - Charts
- Material-UI - Styling
- Heroku - Hosting
- Lucas Jensen - Frontend and Design - Gitub
- Josh Hedstrom - Frontend and Authentication - Gitub
- Lucas Werner - Backend - Gitub
- Jason Robinson - Backend and Authentication - Gitub
- Ben Tommerdahl - Routes - Gitub
This project is licensed under the MIT License - see the LICENSE.md file for details