Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 490 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 490 Bytes

example_actix_web

git clone https://github.com/erlangparasu/example_actix_web.git
cd example_actix_web

How To Run

cargo run --release

Open new terminal session and execute:

curl -X GET http://127.0.0.1:8181/\?name=World

Run via Docker

docker compose build
docker compose up -d

Open new terminal session and execute:

curl -X GET http://127.0.0.1:8181/\?name=World