updated readme
This commit is contained in:
@@ -22,8 +22,6 @@ To run this project locally, you'll need:
|
|||||||
|
|
||||||
- [Node.js](https://nodejs.org/en/) (v14 or later)
|
- [Node.js](https://nodejs.org/en/) (v14 or later)
|
||||||
- [npm](https://www.npmjs.com/) (comes with Node.js)
|
- [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
|
### Installation
|
||||||
|
|
||||||
@@ -60,10 +58,9 @@ kleinpanic-website/
|
|||||||
│
|
│
|
||||||
├── public/ # Static files (CSS, images, etc.)
|
├── public/ # Static files (CSS, images, etc.)
|
||||||
├── views/ # Frontend templates (ejs)
|
├── views/ # Frontend templates (ejs)
|
||||||
├── routes/ # API and web routes
|
├── routes/ # JS
|
||||||
├── models/ # Mongoose models
|
├── blog/ # Dir to contain blogs
|
||||||
├── controllers/ # Controllers for routes
|
├── package.json # NPM installs.
|
||||||
├── config/ # Configuration files (environment, database)
|
|
||||||
├── server.js # Entry point for the server
|
├── server.js # Entry point for the server
|
||||||
└── README.md # Project documentation
|
└── README.md # Project documentation
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user