This project is a simple Rust API created for learning purposes.
-
Fork this repository.
-
Build the Docker container:
docker-compose build
-
Start the Docker container:
docker-compose up -d
-
Check the container status:
docker-compose ps -a
-
Test the API using Postman or any preferred method.
-
The API is accessible at
http://localhost:8080
. -
Use endpoints like
http://localhost:8080/users
to interact with the API.