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: 18 days ago
JSON representation
A simple Recipe book built with React & Rails (API mode)
- Host: GitHub
- URL: https://github.com/tinusw/recipebook
- Owner: Tinusw
- Created: 2017-04-14T04:43:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T02:32:10.000Z (about 9 years ago)
- Last Synced: 2025-04-13T19:59:06.242Z (about 1 year ago)
- Topics: activeadmin, api-mode, rails, react, recipe-book
- Language: Ruby
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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