Skip to content

mperez13/contactlistapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

contactlistapp

This app is taken from tutorials: https://www.youtube.com/watch?v=kHV7gOHvNdk

Github for these tutorials: https://github.com/michaelcheng429/meanstacktutorial.git

It includes the use of the MEAN stack

  • MongoDB: database where we will be storing our data
  • Express: framework for node to make writing the code for our server easier
  • AngularJS: frontend framework (UI)
  • Node: backend; server on which our app runs

Description of each branch

  • Part 1

    • Set up title on page
    • Add AngularJS tag and Bootstrap style tag
    • Set up table w/ headers
  • Part 2

    • Create dummy data
    • Display dummy data on table
  • Part 3 of the tutorial has no update on the code, so I did not create a branch

    • download MongoDB
    • add docs to database
  • Part 4: GET/POST Request

    • install mongojs module
    • install body-parser module
    • Allow user to add contact & add it to list
  • Part 5: Delete/Modify Data from database

    • Add remove, update and edit functions

Releases

No releases published

Packages

No packages published