Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinusw/recipebook

A simple Recipe book built with React & Rails (API mode)
https://github.com/tinusw/recipebook

activeadmin api-mode rails react recipe-book

Last synced: about 2 months ago
JSON representation

A simple Recipe book built with React & Rails (API mode)

Awesome Lists containing this project

README

        

# Recipe Book

This is a simple recipe book built with:

- Rails 5 in API mode
- Active Admin
- React

# To run this locally
- Fire up Rails on port 3001 `bin/rails s -p 3001`
- cd client and `npm start`
- fire up `localhost:3000`

[Live Here](https://serene-ravine-11370.herokuapp.com/)
ai