Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.06 KB

Weekend_Challenge_Five

Create a Full Stack application using Angular, Node, Express, and MongoDB.

Using the provided data set, account for the different data properties ("rent" versus "cost") and ensure that this is noted on the display of the information, by listing "For Rent" or "For Sale" based on the properties it has. Create two routes, each with a controller and template file. One set for "For Rent" properties and another set for "For Sale" properties

Project Setup

  • Create and clone repo
  • Build out folder structure
Real Estate Full Stack App

  • Run npm init
  • Install: angular, angular-routes, body-parser, express and mongoose
  • Verify modules were installed
  • Add start script (optional)
  • Create .gitignore and add:
    • node_modules
    • .DS_Store
    • *.log
    • *.logs
  • Include data set provided

In index.html

  • Source in files
  • [] Create labels for inputs
  • [] Create table

server.js

  • Setup server.js
  • Verify server is running

client.js

  • Use Angular
  • Create GET requests