request-mirror/README.md

28 lines
810 B
Markdown

# Request Mirror
This application provides a web ui for sending get/post requests and provides a visual ui for looking at what the application received. This is written in rust.
## TODO:
- Update Readme
- Document
## Docker
Please read through the documentation on setting up and installing docker on your machine.
We'll use the CLI commands to deploy the application to docker.
See [Get Docker](https://docs.docker.com/get-docker/)
First you'll want to ensure you have build the container. Do that by running
```bash
docker build . -t raspberrypi99/request-mirror
```
Next you can start up the application using docker compose
```bash
docker compose up -d
```
This will deploy the application to docker. It will setup the postgres server, deploy the database using diesel and start request-mirror.