8000 GitHub - uncleabbey/node-blog: A Simple Blog api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

uncleabbey/node-blog

Repository files navigation

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

Releases

No releases published

Packages

No packages published
0