Skip to content

Commit 4a458cc

Browse files
committed
Update readme
1 parent db6e693 commit 4a458cc

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# hmmjs
22
client side mongoose like database query interface
33

4+
Tired of REST api definition? Wanna go fast? Hmm come to help.
5+
6+
Get rid of a ton of bored API endpoints:
7+
8+
![](assets/images/ordinal.png)
9+
10+
Just define one and only one endpoint. Then query directly from front-end side.
11+
12+
![](assets/images/hmm.png)
13+
14+
### Testing
15+
416
`npm i && npm run dev`
517

18+
You may get 0 result if your db doesn't have the object id as my Db.
19+
20+
### Roadmap
21+
- Explore more use cases & edge cases.

assets/images/hmm.png

977 KB
Loading

assets/images/ordinal.png

1.48 MB
Loading

0 commit comments

Comments
 (0)