denvudd / mern-blog-backend

Express.js & MongoDB Rest API application for a simple blog

Repository from Github https://github.comdenvudd/mern-blog-backendRepository from Github https://github.comdenvudd/mern-blog-backend

REST API application for a web blog

Built with the Node.js, Express & MongoDB

Warning This project is still in development and is not ready for production use.

Features

  • Authentication
  • User management
  • Encrypted and hashed password using bcrypt
  • Creating new user sessions using JWT
  • Validation using Express Validator
  • Uploading images to the server using Multer
  • Interaction with MongoDB using Mongoose

Full Stack

  • Node.js
  • Express
  • MongoDB
  • Mongoose
  • bgcrypt
  • Express Validator
  • jsonwebtoken
  • multer

Getting Started

To get started with this project, run

  git clone -b starter-code https://github.com/denvudd/breadit-project.github.io.git

then run

  npm install

and after that run

  npm run dev

and that's all you need to get started!

Acknowledgements

About

Express.js & MongoDB Rest API application for a simple blog


Languages

Language:JavaScript 100.0%