healthTracker
healthTracker copied to clipboard
A Fitness and Nutrition Tracking App
healthTracker
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!
Usage
Create an account, and then login to get started!
Prerequisites
To run this app on your local machine, make sure you have MongoDB and Node.js installed.
Installing
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!
Built With
- 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
Authors
- 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
License
This project is licensed under the MIT License - see the LICENSE.md file for details