Giter VIP home page Giter VIP logo

breadexpress_phase_5's Introduction

## 67-272: Bread Express ##

This will be the starter code for the course project in 67-272: Application Design and Development. More notes will follow depending on the phase of the project.

To set this up, clone this repository, run the ‘bundle install` command to ensure you have all the needed gems and then create the database with `rake db:migrate`. If you want to populate the system with fictitious, but somewhat realistic data, you can run the `rake db:populate` command. The populate script will create:

  • 120 customers

  • over 600 orders

  • a menu of 5 types of breads, 3 varieties of muffins and 1 type of pastry

Many objects are created with some element of randomness so you will get slightly different results each time it is run. However, employee-type users are fixed. In terms of employee-type users there are two admins – Alex (username: ‘alex’) and Mark (username: ‘mark’) – and a shipper (username: ‘shipper’) and a baker (username: ‘baker’). All customers have a username which is ‘user’ with a sequential set of numbers concatentated. (user1 - user120 should exist for you to log in as and experiment.) All users in the system have a password of ‘secret’.

Instructions for what needs to be done for this project can be found in the write-up found on the [67-272 course site](67272.cmuis.net/projects).

Some features, like the “Best-selling products” sidebar, have been hard coded, but the idea is that the pictures will be substituted with @item.picture, with @item.name and @item.description, and when clicked will lead to the item details.

breadexpress_phase_5's People

Contributors

jeanineh avatar profh 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.