Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akibahmed229/rust-restful-api
raw rust project with CRUD operation in file system, Routing and GET,POST,PUT,DELETE method
https://github.com/akibahmed229/rust-restful-api
Last synced: 1 day ago
JSON representation
raw rust project with CRUD operation in file system, Routing and GET,POST,PUT,DELETE method
- Host: GitHub
- URL: https://github.com/akibahmed229/rust-restful-api
- Owner: akibahmed229
- Created: 2024-03-11T17:14:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T10:35:50.000Z (8 months ago)
- Last Synced: 2024-03-17T16:52:20.153Z (8 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo
- [ ] Implement GET, POST, PUT, DELETE for the API endpoints
- [ ] CRUD for the database in os file system
- [ ] Optimize the code