Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 309 Bytes

Rust CRUD API

This is a template for anyone to get started with a dockerized CRUD REST API built in Rust, with a Postgres backend.

Running the API

For running the API, please make sure you have docker installed on your system and run the command:

docker-compose up -d

Authors

Mihir Wadekar