Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 778 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 778 Bytes

Digital Diary

In this simple application, one can write posts which are one form of articles and then expand it. As the name suggests, this is an approach to bring the essence of writing daily into the digital world.

This is a web application which uses NodeJS and ExpressJS for backend processing and MongoDB as the database.

There is a lot of scope to this simple idea. We could add React or Angular for building out custom reusable components and also host it and am currently working on it actively.

Features

  • Add new post
  • Get all posts

Technologies used:

  • HTML
  • CSS
  • Node.js
  • Express.js
  • EJS

Installation

It will install all dependencies

  npm install 

to run this app

  npm start