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 git@github.com:OLIPLICHE/track_app.git
- cd ./track_app
- run
yarn install
orbundle install
to install all dependencies - run
rails db:create
andrails db:migrate
to create database. - run
rails s
and go to http:localhost:3000 to view the app.
- install npm with
npm i
- install rspec with
bundle install
andrails 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