Kitchenandrecipes is a ruby on rails application created to manage and share recipes.
Visit https://kitchenandrecipes.herokuapp.com/ to browse kitchenandrecipes.
Sign up and login to keep track of and share your recipes. Or, you can use this pre-made user account setting to login:
$ username: lorem
$ email: [email protected]
$ password: Password1!
In a bash terminal, clone the application repository from github then run the application.
$ git clone [email protected]:nichia/kitchenandrecipes.git
$ cd kitchenandrecipes
$ mv .env.bak .env (edit the .env file to fill in secret keys)
$ rvm --default use 2.5.0 (set default Ruby version 2.5.0)
$ bundle install
$ rake db:create
$ rake db:migrate
$ rake db:seed
In a bash terminal, run the server.
$ rails s
Open up a web browser and copy/paste the IP server address into the web browser URL (usually http://localhost:3000) to use the application.
Sign up and login to keep track of and share your recipes. Or, you can use this pre-made user account setting to login:
$ username: lorem
$ email: [email protected]
$ password: Password1!
Bug reports and pull requests are welcome on GitHub at https://github.com/nichia/kitchenandrecipes.
The application is available as open source under the terms of the MIT License.