Develop knowledge on Ruby and RoR by creating a recipe application where you can login, add and browse recipes, and buy inventory goods.
This project is made as part of Microverse program.
- RUBY
- RAILS
- GEM
- TERMINAL
Start by cloning the repository.
git clone [email protected]:guerreiropedr0/recipe-app.git
Navigate to the created folder.
cd recipe-app
Current Ruby Version for this project
ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x86_64-linux]
Install all the dependencies.
bundle install
npm install
Create and migrate the database
rails db:create
rails db:migrate
To run the test suits
rspec
To run the server
rails s
Link to localhost
👤 Pedro Guerreiro
- GitHub: @guerreiropedr0
- Twitter: @guerreiropedr0
- LinkedIn: Pedro Guerreiro
👤 Tekle Gebreyohannes
👤 Edward Yara
- GitHub: @oluyaratosin123
- Twitter: @TOluyara
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.