zyzer01 / DailyTimes-Blog

Blog Project with NodeJS and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Times - BLOG

A simple blog that allows you create, delete and read posts via route parameters

Prerequisites

You should have nodejs installed of at least version 10 or higher

Installation

Use the node package manager (npm) to install the node modules.

npm init

Install expressjs.

npm install express

Install ejs.

npm install ejs

Install body-parser.

npm install body-parser

Install mongoose

npm install mongoose

Compile TailwindCSS

npm run watch-css

Run App

node app.js

Screenshots

App Screenshot

About

Blog Project with NodeJS and MongoDB


Languages

Language:CSS 52.2%Language:EJS 38.2%Language:JavaScript 9.6%