/Nodejs-Express-Mongo-Blog

This is a simple blog with NodeJs. Express, Mongoose

Primary LanguageJavaScriptMIT LicenseMIT

Build status LICENSE NPM Downloads github-stars-image

Nodejs-Express-Mongo Blog is a simple app for beginner Nodejs developer.

About This Repository

This is a simple blog api application for beginner.

Quick start

Choose one of the following options:

  • Using the create-Nodejs-Express-Mongo-Blog script, instantly fetch the latest npm published package (or any version available on npm) with npx, npm init or yarn create without having to install any dependencies. Running the following npx command installs the latest version into a folder called new-site

    git clone https://github.com/obakriad/Nodejs-Express-Mongo-Blog.git
    cd Nodejs-Express-Mongo-Blog
    npm install
    npm run dev
  • Install with npm

Features

Documentation

Take a look at the documentation table of contents. This documentation is bundled with the project which makes it available for offline reading and provides a useful starting point for any documentation you want to write about your project.

Contributing

Hundreds of developers have helped to make the Nodejs-Express-Mongo-Blog. Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the guidelines:

License

The code is available under the MIT license.