Placemark Application
Assignment 2
Name: David Cotter Student Number: W20062924
Brief description of piece: This project is a placemark application grouped by country, there can be multiple place of interests in each country and also multiple country's. Users can create new Point of interests by specifying the name, location, description and county. Country's and place of interests can be added and deleted as necessary. The web application is displayed using node and hbs, it also uses javascript to format the coding for the correct running of the application. The code is divided up in controllers, models, views and api folders for ease of access. There is also a test folder for all the tests to verify the application is running as expected, tests used includes JWT/Swagger for authentication. Passwords are hashed and salted for added security A copy of the code was uploaded to a gitHub repository. The application was deployed using glitch with mongo in cloud atlas as the database used. Another copy was also deployed using render and also with aws Any sources referred to during the development of the assignment : https://www.mongodb.com/docs/ [ONLINE] [ACCESSED 15/05/22] https://www.w3schools.com/js/ [ONLINE] [ACCESSED 10/05/22] https://www.javascript.com/resources [ONLINE] [ACCESSED 12/05/22] https://nodejs.org/en/docs [ONLINE] [ACCESSED 08/05/22]