A service for getting a weather report over http
src
Contains the rust project that runs the actual weather servertests
Contains a node test suite that verifies the behavior of the server
To run the server and the test suite, run the script at the top level of the repo
./weather.sh
This will
- Build the docker images
- Start the server and the test suite in a private network
- Run the test suite
- Start the server again open to the host on port 3000