Nautical Log

A Docker based application that keeps track of ships currently at port and their cargo.

Technologies: Docker, Javascript, Google Datastore, Node, Express, Postman

This was an earlier project for the Cloud Development course where we launched a web application in Docker. The project implemented a REST API and used basic CRUD functionality for interacting with the database, which used Google Datastore.

Automated testing was completed using Postman. Node.js and Express were used for the front and back end implementation.