Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evgeniysharapov/biblioteka
Distributed platform for book lending
https://github.com/evgeniysharapov/biblioteka
fsharp fsharp-app-development
Last synced: 14 days ago
JSON representation
Distributed platform for book lending
- Host: GitHub
- URL: https://github.com/evgeniysharapov/biblioteka
- Owner: evgeniysharapov
- Created: 2024-02-27T01:35:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T15:57:49.000Z (11 months ago)
- Last Synced: 2024-11-21T04:36:58.817Z (3 months ago)
- Topics: fsharp, fsharp-app-development
- Language: F#
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biblioteka
This is a platform for distributed book lending within a group of peers, e.g. neighborhood, parish, etc.# Domain Modeling
The basics are books, owners and lending process.
# Functionality
- [ ] add persistence [LiteDB](https://github.com/Zaid-Ajaj/LiteDB.FSharp)
- [ ] add notion of users, groups
- [ ] add service layer - GraphQL using snowflaqe [FSharap.Data.GraphQL](https://github.com/fsprojects/FSharp.Data.GraphQL)
- [ ] add administration (group moderators)