/node-blog

A Simple Blog api

Primary LanguageJavaScript

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