Code Monkey home page Code Monkey logo

tunely-angular's Introduction

tunely-angular lab

Full CRUD SPA with MEAN. Refactor of tunely by adding Angular.

Prerequisites:

  • Express server, static assets
    • serving JSON on /api routes
  • RESTful design
  • Bootstrap
  • CRUD with mongoose

Other tools

  • bower is used, but students need not interact with it
    • components are automatically installed via an npm postinstall script

Overview

This lab begins with no front-end and a fully built out Express/Mongoose back-end. As we progress through we'll:

  • get the data from the server using $http and display it on the page
  • add functionality to create a new album
  • add functionality to remove/delete an album
  • add the ability to edit/update an album
  • add a route for viewing details of an album
  • add functionality to CRUD songs (embedded in albums)

Getting Started

  • clone this lab repo (no need to fork since you won't be turning anything in)
  • read this doc then
  • follow the branching instructions here

Sprints

Sprint 1

Sprint 1: set up a simple Angular app with hard-coded data

Sprint 2

Sprint 2: GET and POST album data with the Express back-end

Sprint 3

Sprint 3: UPDATE and DELETE album data with the Express back-end

Sprint 4

Sprint 4: refactor app to use ngRoute and view templates

Sprint 5

Sprint 5: add ability to CRUD songs

tunely-angular's People

Contributors

tgaff avatar jlopker avatar bgveenstra avatar justincastilla avatar cofauver avatar willcauthen avatar

Watchers

James Cloos avatar Ben Manning 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.