Skip to content

A rails app to practice creating shopping cards and making API calls (Epicodus Rails Week 3 Weekend)

Notifications You must be signed in to change notification settings

codemargaret/rails_shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Shopping

A simple Rails app with products and a shopping cart, 12.03.2017

By Margaret Berry

Setup/Installation Requirements

This app was created with Ruby 2.4.1.

  1. $ git clone this repository
  2. $ cd rails_shopping
  3. $ bundle install
  4. $ rails db:create
  5. $ rails db:migrate
  6. $ rails db:test:prepare
  7. $ rails db:seed
  8. $ rails s to view on localhost:3000

Project Goals

Practice adding a shopping cart to a Rails application.

Known Bugs

The user is currently not able to view the shopping cart.

Future Features

The user can view the shopping car and add and delete items.

Support and contact details

If you have any updates, questions, or suggestions please contact Margaret or make a contribution.

Technologies Used

  • Ruby-on-Rails
  • ActiveRecord

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry

About

A rails app to practice creating shopping cards and making API calls (Epicodus Rails Week 3 Weekend)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published