Skip to content

mahilday/node-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A Simple Blog api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.8%
  • HTML 6.2%