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.
- Host: GitHub
- URL: https://github.com/mw2000/rust-crud-api
- Owner: mw2000
- Created: 2023-09-13T13:01:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T15:25:15.000Z (over 2 years ago)
- Last Synced: 2025-04-03T15:04:13.692Z (about 1 year ago)
- Topics: crud, rest-api, rust
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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