Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

hugofcampos/nodeblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeBlog

A very simple Node.js blog by a Node.js beginner

Run instructions

$ cd /path/to/project

$ npm install

Clone /core/config.default.js to /core/config.js and set your configurations up

$ npm start

Then access http://localhost:3000 in your browser

To access admin: http://localhost:3000/admin

Test instructions

$ cd /path/to/project

$ npm test

Admin considerations

After installing, the blog has no user registered, so everyone can access /admin pages.

As soon as you register the first user, login will be required.