Coder Social home page Coder Social logo

bon_vivant_frontend's Introduction

Bon Vivant

A collection of recipes for people to share and review.

This react application was created as a project requirement for the Flatiron Online Software Engineering Program.

For more information, check out my blog and a walkthrough demonstration of this project.

An MVP SPA React/Redux Frontend application with a Rails API backend that demonstrates Client-Server Communication and uses:

React

  • Implements ES6 Features
  • Uses Redux middleware to respond to and modify state change
  • Makes use of async actions and redux-thunk middleware to send data to and receive data from a server
  • Handles the display of data with minimal data manipulation

Rails

  • Rails Models/Controllers and RESTful conventions
  • Serializers
  • Sql
  • ActiveRecord
  • Rails API handles the data persistence with a database. Uses fetch() within actions to GET and POST data from API
  • ORM - Object Relational Mapping between Models
    1. belongs_to
    2. has_many
  • The following CRUD functionality:
    1. Create
    2. Read
    3. Update
    4. Delete

Install Instructions

Rails Backend:

  • Here is a link to my Rails API Backend to clone.
  • Run 'bundle install'
  • Run 'rake db:migrate' # migrates the tables into the database
  • Run 'rake db:seed' # migrates seed file containing initial data to test the application with
  • Run the server with 'rails s'. Click here to see the JSON view of the recipe objects and their associations to reviews.

React Frontend:

  • Clone this repo.
  • npm install
  • npm start
  • visit http://localhost:3001

Contributor's Guide

Bon Vivant is dedicated to bringing a welcoming, harrassment free, working environment. Please see the Contributer Covenant Conduct of Code.

License

This application is available as open source under the terms of the MIT License.

bon_vivant_frontend's People

Contributors

gracenak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.