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.
- Add new post
- Get all posts
- HTML
- CSS
- Node.js
- Express.js
- EJS
It will install all dependencies
npm install
to run this app
npm start