summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-12-26 07:38:27 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-12-26 07:38:27 +0530
commit80129246540f68b500f80a1d749ef11850b797da (patch)
treefea302b0a169077d1f1b6fe4187947ac4ba33d01
parentd92d461dc742269c054f2a84c9c40fff2aa4d969 (diff)
README.md: Updating TODO
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf70802..76b926b 100644
--- a/README.md
+++ b/README.md
@@ -104,8 +104,8 @@ Once the server is running, you can access the API endpoints to upload a file fo
- [x] Store JSON data to DB
- [x] Perform verification
- [x] Containerize the API
-- [x] Optimize Docker Image size (Previously 509MB, Optimized: 22.2MB)
-- [x] Exclude [go-sqlite3](https://pkg.go.dev/github.com/mattn/go-sqlite3) as the SQLite3 driver in favor of a CGO-free port written in pure Go - [modernc-sqlite](https://pkg.go.dev/modernc.org/sqlite) (to avoid CGO cross-compilation errors)
+- [x] Optimize Docker Image size (Previously 509MB, Optimized: ~~22.2MB~~ 20.8MB)
+- [x] Replace the [go-sqlite3](https://pkg.go.dev/github.com/mattn/go-sqlite3) driver; with a CGO-free port, written in pure Go - [modernc-sqlite](https://pkg.go.dev/modernc.org/sqlite) (to avoid CGO cross-compilation errors)
- [x] Create a Github workflow for binary releases and docker image packages
## License