ParinchatJ / simple-diary-project

Home Page:https://simple-diary-project.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Diary Project with NodeJS, Express, MongoDB, Mongoose and HandlebarJS

The Diary web application that is simple app to Create, Read, Update and Delete (CRUD) your data uses the following tools :

  • NodeJS
  • ExpressJS (as router and node server)
  • MongoDB (NoSQL database)
  • Mongoose (to create the database connection)
  • dayJS (to config DATE data pattern)
  • HandlebarJS (as html template engine)

Deployed Demo at Vercel : https://simple-diary-project.vercel.app

Basic Function of project

Screenshot

Form know you page (Create) form know you page

Homepage to show all diary and you can EDIT and DELETE post (Read) Home page

Homepage that DELETE Post name "popo" (Delete) Home page

postID page to show one post (Read) postID page

Create Diary page (Create) Create Diary page

Edit page (Update) Edit page

Edit Done page Edit Done page

Myspace page to show Profile data and 2 your diary (name match) (Read) Myspace page

About

https://simple-diary-project.vercel.app


Languages

Language:JavaScript 39.2%Language:Handlebars 36.0%Language:CSS 24.8%