This is a full-stack web application built with NodeJS, Express, JavaScript, EJS, MongoDB, HTML/CSS. The app allows users to create and read blog posts.
1. Install NodeJS and MongoDB on your machine if you haven't already.
2. Clone the repository to your local machine.
3. Run npm install to install the necessary dependencies.
1. Start the MongoDB server.
2. Run npm start to start the app.
3. Open your web browser and navigate to http://localhost:3000.
4. You should see the home page of the app. From here, you can navigate to the blog section to create or read blog posts.
Contributions are always welcome!
If you find a bug or want to suggest an enhancement, please open an issue on the GitHub repository.