/js-rails-spa-project

Vanilla JS front-end, Rails API SPA

Primary LanguageRubyMIT LicenseMIT

Coffee Cups

Introduction

A CMS for coffee aficionados to track and/or rate different types of coffee they try as well as stay apprised of what’s good in a coffee-centric social forum.

Coffee Cups is a Single Page Application (SPA) that allows users to, upon creation of an account:

  • Post cups of coffee they consume
  • Edit & delete cups if desired
  • View what other users are sipping

Usage

Clone the repository.

cd coffee-cups-api
bundle install
rails db:migrate
rails db:seed
rails s

In a second terminal tab:

cd coffee-cups-frontend
open index.html

Contributions

Bug reports and pull requests are welcome, with adherence to the Code of Conduct

Contributor's Guide

  1. Fork the repository

  2. Clone the fork

  3. Make a git branch

  • Switch to that branch
  1. Install dependencies

  2. Make some commits

  3. Open a Pull Request

  • Choose branch you were working on

Source

License

The project uses the MIT License

Blog & Video

Read about what I learned while building this project!

Click below to check out a demo!
Check out a demo of my app