Skip to content

NibeshSdev/blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Blog-app

A simple REST blog app built with node, express and mongodb.

Getting Started

These instruction will guide you to get a copy of the project and running on your local machine for development.

Prerequisities

Dependencies

  • express - a web application framework for node.js
  • mongoose - a MongoDB ODM (the NoSQL equivalent of an ORM) for Node
  • body-parser - parse incoming request bodies in a middleware before your handlers

Dev-depencencies

  • nodemon - automatically reload node server, however not necessary.

Installing

  • Clone the repository
git clone https://github.com/NibeshSdev/blog-app.git
  • Install all dependencies
npm install
  • Run the mongo server

You need to install mongo globally to use the following command.

mongod

Otherwise go to mongo installation directory > bin > mongod.exe

  • Run the application
npm run start

Then use the following URLs for fetching, inserting, updating and deleting data.

URLs available

Authors

  • Nibesh Shankhadev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published