An open API service indexing awesome lists of open source software.

https://github.com/mw2000/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.
https://github.com/mw2000/rust-crud-api

crud rest-api rust

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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