thecodechaser / recipe-app

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 creating a new account or by login in if they already have account.
https://recipe-app-thecodechaser.herokuapp.com/
MIT License
11 stars 1 forks source link
html-css rspec ruby ruby-on-rails

Recipe-App

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.

Preview

Home Page

screenshot

Sign-up Page

screenshot

Foods Page

screenshot

Recipe-details page

screenshot

Shopping-list page

screenshot

Built With

Live version

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Install

Using it Locally

git clone git@github.com:thecodechaser/recipe-app.git

cd recipe-app

Setup

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate

Usage

Start server with:

rails server

Visit http://localhost:3000/ in your browser.

Run tests

Install npm with:

npm i

Install rspec with:

bundle install

and

rails generate rspec:install

run the test with:

rspec spec

Open API documentation

Coming soon!

Visit And Open Files

Visit Repo

Download Repo

Download Repo

Authors

👤 Ranjeet Singh

👤 Ritta Buyaki

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.