Allsamir /
blog-website
This is a simple blog website built with Node, Express JS and in this website MongoDB database is used to store the blog posts.
Loading repository data…
BharathxD / repository
A simple blog website

Hello there! This is a new project i'm working on called Blogger,
this website allows you to write quick and minimalistic blogs
We’ve all spent plenty of time looking through blog sites. Many seem like an endless scroll with no minimal organization of UI elements (Quick Access).
I'd like to share a little project I'm working on
These are the things I've considered while developing this website
Clone the project
git clone https://github.com/BharathxD/Blogger.git
Go to the project directory
cd Blogger
Install dependencies
npm install
Start the server
node app.js
In order to run the code simultaneously while editing, run the following command
nodemon app.js
To run this project, you will need to add the following environment variables to your .env file
CLIENT_ID
CLIENT_SECRET
DB_PASS
Weather_API_KEY
IPG_API_KEY
MAILCHIMP_API
You are welcome to contribute! 😄
Here are some related projects :
Selected from shared topics, language and repository description—not editorial ratings.
Allsamir /
This is a simple blog website built with Node, Express JS and in this website MongoDB database is used to store the blog posts.
Rasnath /
A simple blog created with EJS, Express, bodyParser, Bootstrap, HTML, JavaScript and CSS, where you can insert new posts, which are automatically added to the main page.
natural-mess /
A simple full-stack personal blog application
divyansshu /
No description provided.
abhay-raj19 /
A simple website for uploading blogs and journals.
Manojkumar2112014 /
This project is a simple blog web application built using Node.js, Express.js, and EJS (Embedded JavaScript). It allows users to create, view, edit, and delete blog posts dynamically. The application does not use a database, and posts are stored in memory during the session.