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.
- Ruby
- Rails
- PostgreSQL
- Front end stack
- Login page and registration page
- Navigation menu
- Food list
- Recipies list
- Public recipe list
- Recipe details
- General shopping list view
- 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 installorbundle installto install all dependencies - run
rails db:createandrails db:migrateto create database. - run
rails sand go to http:localhost:3000 to view the app.
- install npm with
npm i - install rspec with
bundle installandrails generate rspec:install - run the test with
rspec spec
👤 Olipliche Mavoungou Paka
- GitHub: Olipliche Mavoungou Paka
- LinkdIn: Olipliche Mavoungou Paka
- Twitter: Olipliche Mavoungou Paka
👤 Elmar Abdulkarimov
- GitHub: Elmar Abdulkarimov
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc