Skip to content

Conversation

@mollyfish
Copy link

The assignment was to create a simple CRUD application that will allow a user to create, read, update, and delete blog posts from the application. There are two different views - one a list of available blog posts, the other a detail view of the blog post. We did not have to worry about authentication or user management for this assignment.

The requirements were:

  1. Semantically correct HTML
  2. Images will be cropped and compressed correctly
  3. Flexible CSS measurements
  4. Clean, maintainable JavaScript
  5. After checking out the repository, a user must be able to run npm install and gulp serve in order to access the application locally
  6. Plugins are allowed, but must be described and justified
  7. No jQuery

We modeled our code after Mike's ng-soccer app, refactored to handle blog posts.

Zachary Gordon and others added 30 commits October 5, 2015 16:31
This will add .DS_Store to the gitignore file, add mongoose and express dependencies to the json file and add the basic express server
Add 404 response to server.js
Create Connection Link module and component
mollyfish and others added 27 commits October 8, 2015 09:03
Fix filename typo in post_detail.html
Fix typo in server.js, clean up package.json
Add minifyCSS back into package.json
@mollyfish mollyfish changed the title Molly and Zach Week 6 MEAN Stack 1: WIP Molly and Zach Week 6 MEAN Stack 1: FINAL Oct 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant