Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olipliche/track_app
- Owner: OLIPLICHE
- Created: 2022-09-23T05:16:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T22:59:38.000Z (over 1 year ago)
- Last Synced: 2023-03-10T04:27:04.268Z (over 1 year ago)
- Topics: cancancan, css3, device, javascript, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 191 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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