Skip to content

CryptoSingh1337/daily-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Posting Web App

This is a simple blog posting web application.

Runtime Platform: NodeJS
Framework used: Express
Database used: MongoDB Atlas
Link: Daily-General

Dependencies:

  • express- v4.17.1
  • body-parser- v1.19.0
  • ejs- v3.1.5
  • lodash- v4.17.20
  • mongoose- v5.10.17

Running Locally:

Clone the repo and install the dependencies.

git clone https://github.com/CryptoSingh1337/daily-generals.git
cd daily-generals
npm install

To start the express server, run the following

node app.js

Open http://localhost:8080 and take a look around.