Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitchclimber/lender
Ongoing backend devel project
https://github.com/hitchclimber/lender
Last synced: about 2 months ago
JSON representation
Ongoing backend devel project
- Host: GitHub
- URL: https://github.com/hitchclimber/lender
- Owner: hitchclimber
- Created: 2023-09-25T14:50:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T14:13:24.000Z (over 1 year ago)
- Last Synced: 2023-09-29T16:42:15.601Z (over 1 year ago)
- Language: Rust
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lender
This is a simple REST API that allows users to lend and borrow media in their region. It's mainly for educational/training purposes (`actix_web`, `sqlx`), since this would require a full stack. Maybe I'll add a front end at some point, but for actual use it's pretty pointless, since it would require infrastructure and users. To my knowledge, there has been a similar project which failed/never got their tracks on. I guess one problem is that most people use ebay for this kind of thing anyway. As I said, this is mainly for training/fun!
## TODO
- [x] Add basic CRUD operations for users
- [x] Add basic CRUD operations for media
- [ ] Add localisation
→ tried extensively to make it work, but had to use a simple `String` for cities as a workaround until I find a better solution or `sqlx` plays better with geometries out of the box