From df2887f982e2850cc0355cd9eb978a22b2f8bc32 Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Mon, 16 Sep 2024 23:14:49 +0100 Subject: [PATCH] Update READMEs --- README.md | 6 +++--- bin/files/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 04cc751a..c59dab3c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - [x] [Node] LTS support (verified working on 20.x LTS release) - [x] [Express] server -- [x] [Postgres] database with [`pg`][node-postgres] +- [x] [MongoDB] database with [Mongoose] - [x] Logging with [Winston] and [Morgan] - [x] [React] client with [Vite] - [x] Client-side routing with [React Router] @@ -36,12 +36,12 @@ commonly use: [Google App Engine]: https://cloud.google.com/appengine/?hl=en [Heroku]: https://www.heroku.com/ [Jest]: https://jestjs.io/ +[MongoDB]: https://www.mongodb.com/ +[Mongoose]: https://mongoosejs.com/ [Morgan]: https://github.com/expressjs/morgan [Node]: https://nodejs.org/en/ -[node-postgres]: https://node-postgres.com/ [node-test]: https://nodejs.org/api/test.html [Playwright]: https://playwright.dev/ -[Postgres]: https://www.postgresql.org/ [Prettier]: https://prettier.io/ [React]: https://reactjs.org/ [React Router]: https://reactrouter.com/en/main diff --git a/bin/files/README.md b/bin/files/README.md index 3e45f022..507e9e4c 100644 --- a/bin/files/README.md +++ b/bin/files/README.md @@ -4,7 +4,7 @@ - [x] [Node] LTS support (verified working on 20.x LTS release) - [x] [Express] server -- [x] [Postgres] database with [`pg`][node-postgres] +- [x] [MongoDB] database with [Mongoose] - [x] Logging with [Winston] and [Morgan] - [x] [React] client with [Vite] - [x] Client-side routing with [React Router] @@ -72,12 +72,12 @@ principles are followed: [Google App Engine]: https://cloud.google.com/appengine/?hl=en [Heroku]: https://www.heroku.com/ [Jest]: https://jestjs.io/ +[MongoDB]: https://www.mongodb.com/ +[Mongoose]: https://mongoosejs.com/ [Morgan]: https://github.com/expressjs/morgan [Node]: https://nodejs.org/en/ -[node-postgres]: https://node-postgres.com/ [node-test]: https://nodejs.org/api/test.html [Playwright]: https://playwright.dev/ -[Postgres]: https://www.postgresql.org/ [Prettier]: https://prettier.io/ [pull request]: https://help.github.com/en/articles/about-pull-requests [React]: https://reactjs.org/