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.
To get a local copy up and running follow these simple example steps.
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
👤 Ritta Buyaki
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.