#This application was developed using the MEAN stack MongoDB was used to store the data and maintain persistence Express and NodeJS were used to create the REST API allowing users to use the CRUD operations on the songs AngularJS was used as the primary framework Bootstrap was used for the styling
#The web application is hosted through Heroku and can be accessed by going to the following link: http://northquad.parimalrane.com
#Github repository: https://github.com/rainman24rdp/NorthQuadTest
#Method Description GET Find all songs POST Create a new song
#/songs/:id Method Description GET Find a song by ID PUT Update a song DELETE Delete a song by ID