damiannolan / blog-express-api

Re-do of ReSTful API for a simple blog application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node and Express Web API

Overview

A basic RESTful API made using Nodejs, Express and Mongoose for MongoDB. This API is intended to be used for simple blog entries with Title, Body and Time properties and can be used in conjunction with this Front-End Project To get started clone this repository, install and run.

Install

npm install

Usage

node app.js

About

Re-do of ReSTful API for a simple blog application

License:MIT License


Languages

Language:JavaScript 100.0%