mahilday / node-blog

A Simple Blog api

Home Page:https://uncleabbey-blog.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-Blog Build Status Coverage Status

Technology Used

  • Node
  • Express
  • Babel
  • Mocha for test
  • Nyc for test
  • Mongodb

Running Locally

  • Clone or fork the repo then
  • type npm install or yarn to install packages.
  • create .env file in the root folder. and the following

SEC_KEY=string DEV_DB_URL=mongodb://localhost/blog-dev NODE_ENV=development

  • After that run npm run dev

About

A Simple Blog api

https://uncleabbey-blog.herokuapp.com/


Languages

Language:JavaScript 93.8%Language:HTML 6.2%