From bcb8d50fa5f85cf00b620bb0ac8aa8ec87f531aa Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Fri, 12 Mar 2021 05:02:05 +0530 Subject: [PATCH] update readme --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bb79256..bf18fed 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,16 @@ through the CMS for creating/updating data. ## Todos -- [ ] data +- [x] data - [x] create migrations with stream consideration - - [ ] read from db - - [ ] create data - - [ ] update data -- [ ] websocket + - [x] read from db + - [x] create data + - [x] update data + - [x] delete data +- [x] websocket - [x] create ws server - - [ ] handle events + - [x] handle events - [x] authentication - [x] create collection - [x] figure out auth -- [ ] casters stuff \ No newline at end of file +- [x] casters and hosts stuff \ No newline at end of file