From c2afb98ad3cc2f7f42837931c920a0bcb931b80a Mon Sep 17 00:00:00 2001 From: klein panic Date: Sun, 20 Oct 2024 18:26:37 -0400 Subject: [PATCH] updated readme --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8ed11c..8cb94c2 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ To run this project locally, you'll need: - [Node.js](https://nodejs.org/en/) (v14 or later) - [npm](https://www.npmjs.com/) (comes with Node.js) -- [MongoDB](https://www.mongodb.com/) (optional: if you plan to use a database) -- A valid email address for the sign-in feature. ### Installation @@ -60,10 +58,9 @@ kleinpanic-website/ │ ├── public/ # Static files (CSS, images, etc.) ├── views/ # Frontend templates (ejs) -├── routes/ # API and web routes -├── models/ # Mongoose models -├── controllers/ # Controllers for routes -├── config/ # Configuration files (environment, database) +├── routes/ # JS +├── blog/ # Dir to contain blogs +├── package.json # NPM installs. ├── server.js # Entry point for the server └── README.md # Project documentation ```