Skip to content

App for tracking your daily eaten meal calories and nutrients.

Notifications You must be signed in to change notification settings

danyamanko8/Pro_DiEt_App

Repository files navigation

DiEt

This is an app for tracking your daily eaten meal calories and nutrients. Users can get email with report of eaten calories, nutrients and its percentage up/down compared to previous day. Users can also create a daily diet(meal plan for each day) and see how many calories and nutrients it will consume. They can view all eaten meals, calories and nutrients on daily basis/monthly basis, as well as ask to build report for some period of time. Users can also enable/disable ability to get daily/weekly/monthly reports or custom date reports

Contents

Prerequisites

The setups steps expect following tools installed on the system.

System dependencies

Devise gem

Sidekiq-cron

Installation

Follow these easy steps to install and start the app:

1. Clone the repository

git clone https://github.com/danyamanko8/DiEt_M.git

2. install the gems required by the app

bundle

3. Initialize the database

Run the following commands to create and setup the database.

rails db:create db:migrate db:seed

4. Start the Rails server

You can start the rails server using the command given below.

rails s

And now you can visit the site with the URL http://localhost:3000

About

App for tracking your daily eaten meal calories and nutrients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published