/CRUDapp

A CRUD application built using EJS on the frontend and MongoDB, Express and NodeJS on the backend

Primary LanguageJavaScript

CRUDapp

A CRUD application built using EJS on the frontend and MongoDB, Express and NodeJS on the backend

#CRUDapp


This is s asimple NodeJS application built using the followng tools

Backend

  • NodeJS
  • Express
  • MongoDB

Frontend

  • EJS
  • Bootstrap

Features

  • search functionalities
  • view Post
  • Edit Post
  • Delete Post
  • Like Post
  • User can Post details

Initialization

  • Clone the git repository using git clone.
  • Install dependencies in the package.json file.
  • start development environment using npm run dev.