cdfishe1 / fitness-tracker

An app that uses MongoDB as the backend for tracking exercises.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generic badge GitHub language count GitHub top language

Fitness Tracker

An app that uses MongoDB as the backend for tracking exercises and charting your progress.

Table of Contents

Fitness Tracker

Screenshot

Screenshot

Deployment

Site deployed at Note Taker

Scope of Project

  • Uses express.js, mongoDB and mongoose to create a database to that can run locally or in Heroku.
  • Utilizes mongoDB virtuals in order to create fields needed by the DOM in order to render statistics.

Installation

  • npm install to download the express, mongoose, and morgan dependencies.
  • Deploy files to webserver such as Heroku for live app usage.
  • You will need to hook your MongoDB cluster to the webserver via Mongo Atlas.

Credits

Phil Loy, bootcamp tutor, helped me understand how to use MongoDB virtuals in order to work with DOM related elements not specified in the Mongo schema.

License

Copyright (c) Charles Fisher All rights reserved.
Please be kind and change content if you wish to use this code.

Licensed under the MIT License

Copyright (c) 2021 - present | Charles Fisher

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

fitness-tracker

About

An app that uses MongoDB as the backend for tracking exercises.

License:MIT License


Languages

Language:JavaScript 58.1%Language:CSS 23.3%Language:HTML 18.6%