/books-management-nodejs

Practice CRUD app using Nodejs + Expressjs + MongoDB

Primary LanguageJavaScript

Books Management nodejs

Practice CRUD app using Nodejs, Expressjs and MongoDB

This project can also be used as started template / boilerplate for building RESTFull APIs using express & mongoose.

Features

  • mongoose used as object modeling tool for mongoDB
  • Authentication (register/login) with jsonwebtoken
  • Public & private routes using middleware
  • File upload using multer
  • File delete on delete record using fs
  • Complete CRUD operation using best practices

Installation

git clone https://github.com/hassanrazadev/books-management-nodejs.git
cd books-management-nodejs
npm install
cp .env.example .env
npm run serve

Developed by: Hassan Raza