The Recipe app is a classic example of a recipe website. It's a functional website that shows the list of foods and recipes and empower readers to interact with them by adding new foods and recipes. Users can access the services of the application by creatinf a new account or by login in if they already have account.
- Major languages (Ruby)
- Framworks (Ruby on Rails)
- Testing libraries(Rspec)
- Markup (HTML)
- Styles (CSS, Bootstrap)
- Visit Recipe-App
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Ruby
- Ruby on Rails
- PostgresSQL
- Rspec
- Clone the project
git clone git@github.com:thecodechaser/recipe-app.git
cd recipe-app
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Visit http://localhost:3000/ in your browser.
Install npm with:
npm i
Install rspec with:
bundle install
and
rails generate rspec:install
run the test with:
rspec spec
Coming soon!
👤 Ranjeet Singh
- GitHub: @thecodechaser
- Twitter: @thecodechaser
- LinkedIn: thecodechaser
👤 Ritta Buyaki
- GitHub: @Buyaki01
- Twitter: @BuyakiRitta
- LinkedIn: ritta-sweta
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Inspiration: Microverse
This project is MIT licensed.




