- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
- This project about building a Recipe web app using Ruby on Rails and PostgreSQL
- Generate Rails Models
- Generate Rails Controllers
- Write Unit Tests/Specs
- Write Integration Tests with capybara gem
- Use Devise gem for authentication
To get a local copy up and running, follow these steps.
In order to run this project you need Ruby version >= 3.2
Install Ruby & Ruby on Rails on your local machine
Clone this repository to your desired folder:
RUN git clone https://github.com/fezzopro/recipe_app.git
RUN cd recipe_app
Install System dependencies with:
RUN bundle install
RUN rails db:create
RUN rails db:migrate
To run the project, execute the following command:
RUN rails server
OR
RUN rails s
To run tests and check linters linter, run the following command:
RUN rubocop -A
RUN rspec
👤 Felix KAMANA
- GitHub: @githubhandle
- LinkedIn: LinkedIn
👤 Paul Tesfaye
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Deploy Ruby on Rails Application.
Contributions, issues, and feature requests are welcome!
If you like this project kindly give it a star⭐️.
I would like to thank Microverse for the idea for this project.
This project is MIT licensed.