Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/olipliche/track_app

Track app allows users to create recipes, and generate a shoppping list based on what they are missingfrom a recipe. It allows users to share their recipes for public access
https://github.com/olipliche/track_app

cancancan css3 device javascript rails ruby ruby-on-rails

Last synced: 27 days ago
JSON representation

Track app allows users to create recipes, and generate a shoppping list based on what they are missingfrom a recipe. It allows users to share their recipes for public access

Awesome Lists containing this project

README

        

# The `Track App` on RoR

> Track Application allows users to create recipes, and generate a shopping list based on wht they have and
what they are missing from a recipe. Also, it allows users to share their recipes for public access.
![Desktop-Images](./public/app.JPG)

### Build with:

- Ruby
- Rails
- PostgreSQL
- Front end stack

## What is displayed:

- Login page and registration page
- Navigation menu
- Food list
- Recipies list
- Public recipe list
- Recipe details
- General shopping list view

## Getting Started

- make sure you have Ruby and Postgresql installed on your system.
- install rails by running `gem install rails`
- git clone [email protected]:OLIPLICHE/track_app.git
- cd ./track_app
- run `yarn install` or `bundle install` to install all dependencies
- run `rails db:create` and `rails db:migrate` to create database.
- run `rails s` and go to http:localhost:3000 to view the app.

## Run test

- install npm with `npm i`
- install rspec with `bundle install` and `rails generate rspec:install`
- run the test with `rspec spec`

## Author

👤 **Olipliche Mavoungou Paka**
- GitHub: [Olipliche Mavoungou Paka](https://github.com/OLIPLICHE)
- LinkdIn: [Olipliche Mavoungou Paka](https://www.linkedin.com/in/olipliche/)
- Twitter: [Olipliche Mavoungou Paka](@olipliche1)

## Collaborator
👤 **Elmar Abdulkarimov**

- GitHub: [Elmar Abdulkarimov](https://github.com/elmar8287)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc