Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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