Giter Site home page Giter Site logo

little-esty-shop's Introduction

Rake Tasks

graph TD
    A{Database Setup} -->|/db/data| B[Rake Tasks]
    B --> C(6 Individual Rake Tasks)
    C -->|One| D[Customers]
    C -->|Two| E[Invoice Items]
    C -->|Three| F[Invoices]
    C -->|Four| G[Items]
    C -->|Five| H[Merchants]
    C -->|Six| I[Transactions]
    D --> J(1 Aggregate Rake Task)
    E -->J(1 Aggregate Rake Task)
    F -->J(1 Aggregate Rake Task)
    G -->J(1 Aggregate Rake Task)
    H -->J(1 Aggregate Rake Task)
    I -->J(1 Aggregate Rake Task)
Loading

Little Esty Shop

"Little Esty Shop" is a group project that requires students to build a fictitious e-commerce platform where merchants and admins can manage inventory and fulfill customer invoices.

Learning Goals

  • Practice designing a normalized database schema and defining model relationships
  • Utilize advanced routing techniques including namespacing to organize and group like functionality together.
  • Utilize advanced active record techniques to perform complex database queries
  • Practice consuming a public API while utilizing POROs as a way to apply OOP principles to organize code

contributors

Self Eval

One February afternoon... Four Heros set out on a journey together, to battle a creature so rare, she is only found in the Land of Turing, past the battleship grave yard, into a small village named ~*Mod 2 Backend*~.

Within a fortnight our heros,

  • Used ActiveRecord in a clear and effective way to read/write data by using the power of grouping, aggregating, and joining.
  • Demonstrated the principles of MVC to effectively organize code
  • Created 100% coverage for features and models.
  • Used partials to dry up repeated view logic.
  • Created routes and actions that follow RESTful conventions. and
  • And the true meaning of friendship

And after taking some sad paths and some happy paths; Lisa, Michael, Sam, and Max came out one step closer to Promotion to Mod 3 The End.

Deployment

https://glacial-retreat-77890.herokuapp.com/

License

This project is licensed under the TuringSchool License and your mom (Lisa if you see this, take out the your mom part)

Acknowledgments

*This was a lovely group to work with on such a heavy project <3

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.