Skip to content

zanzo2003/nodejs-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBlog Website

This repository consists the source code to MyBlog, which is my Blog website hosted on vercel and render.

Features

  • Display a list of blog posts on the home page.
  • Store blog posts in a MongoDB database.
  • Easily add new blog posts through the admin portal.

Technologies Used

  • Node.js: JavaScript runtime for server-side development.
  • Express: Web framework for Node.js.
  • EJS (Embedded JavaScript): Templating engine for rendering views.
  • MongoDB: NoSQL database for storing blog post data.

Getting Started

  1. Clone the Repository:

    git clone <repo-http>
    cd nodejs-blog
    
  2. Dependancies:

    • open the terminal and type for installing all dependancies locally.
      npm install
      
  3. To run application:

    • type on CLI for running the application
    -node app.js
    

The .env file is not included so please fill in variable accordingly

About

this repo consists of a blog website made using nodejs, mongodb, express and ejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors