An open API service indexing awesome lists of open source software.

https://github.com/evgenyneu/cookbook

A demo recipe web site made in Rails
https://github.com/evgenyneu/cookbook

Last synced: about 2 months ago
JSON representation

A demo recipe web site made in Rails

Awesome Lists containing this project

README

        

# Cookbook

This is a demo recipe web site made in Rails.

[View demo web site](https://evgenii-cookbook.herokuapp.com/)

## Setup development environment

```
brew install postgresql
git clone https://github.com/evgenyneu/cookbook.git
cd cookbook
bundle
rails db:create
rails db:migrate
rails server
```

## Run tests

```
rails test
```