Skip to content

A blog web application built using the NodeJS & MongoDB.

Notifications You must be signed in to change notification settings

absosec/NodeJS-Blog-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is a Node.js web application utilizing MongoDB for the backend database, designed to perform CRUD (Create, Read, Update, Delete) operations efficiently.

Installation Instructions

To download NodeJS Blog Project repository from GitHub to your local machine and then navigates into the newly cloned project directory run the following command.

git clone https://github.com/rO0AB/NodeJS-Blog-Project.git && cd NodeJS-Blog-Project/ 

To install all the dependencies listed in the package.json file run the following command.

npm install

If you want to use the e-mail features of the application, you need to change the SMTP credentials in the /routes/contact.js file.

auth: {
  user: "admin@admin.com", // CHANGE_THIS
  pass: "password", // CHANGE_THIS
}

To start a local development server and serve your Laravel application run the following command.

node app.js

About

A blog web application built using the NodeJS & MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published