Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nelcifranmagalhaes/eat_then_diet

A System web for control of diets!
https://github.com/nelcifranmagalhaes/eat_then_diet

diet materialize rails rspec webapp

Last synced: about 7 hours ago
JSON representation

A System web for control of diets!

Awesome Lists containing this project

README

        

# Eat Then Diet
> Control of diet.

A simple web app that control and monitoring a diet of user.

![](goku_eating.png)

## Installation

Windows & Linux:

```sh
git clone or download the project
```

## Usage example

This APP can be used to monitor a user's diet. Each user can add n diets, and in each of these diets can be added what you eated during the period that was valid.
During the period of the diet can be added their measured weight each day until the end of it, These weights generate a graph that can be seen visualizing the diet.

## Development setup

In development there are some diets ,weights,user and diets fields added

```sh
bundle install
rails db:create
rails db:migrate
rails db:seed
rails s
```

Remember to delete the database every time before running the seed.

## Future Implementations

* A form for add new types of meal

* A Pagination in index of all pages

* A user admin and rules for all users

* A better layoult.

## Meta

Nelcifran Magalhaes – [@Linkedin](https://www.linkedin.com/in/nelcifranpires/
) – [email protected]

## Contributing

1. Fork it ()