This is a template for anyone to get started with a dockerized CRUD REST API built in Rust, with a Postgres backend.
For running the API, please make sure you have docker installed on your system and run the command:
docker-compose up -d
Mihir Wadekar