This is the storage server implementation
To access Existing EC2 Servers Go to this link Main Website
The public Postman URL to see and run the tests (independently) are found here: https://documenter.getpostman.com/view/1745639/collection/6Ywyb8T
The shared Collections link to my tests are here: https://www.getpostman.com/collections/993667a29a4d02bd5e23
Run the following command in your Docker to run these tests on the server:
- $ docker run -t postman/newman_ubuntu1404 --url="https://www.getpostman.com/collections/993667a29a4d02bd5e23"
The storage server was dockerized as a stand-alone and is available below https://github.com/bowei437/final_docker_storage
This is the storage server for our final project. It will take in blobs (granted version number provided is correct) and store them. This repository contains the API definition, Mongodb DataBase Code, and Server host.
- Docker is installed
- Your device is connected to the internet (to clone the repository and download required libraries)
This repository also contains videos to be viewed showing the tests being run. Please see:
- Internal_Testing_Video.mp4
- POSTMAN_Automated_Tests.mp4
- Bowei zhao