LeonardoGomesRibeiro / NodeJsBlog

Simple blog using node js and mongodb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

Project intended to be a simple blog. On it we will be able to register a post, list posts, remove posts and update posts.

Objective

To get knowledge on the technologies used on the project.

Usage

ALWAYS CREATE YOUR OWN FORK. NEVER PUSH TO MAIN REPO!!! Clone the git repo - https://github.com/LeonardoGomesRibeiro/NodeJsBlog.git - or download it

Developing

  • Post CRUD (under dev)

Tools

Using Aptana Studio 3 IDE to develop

To run the application

  • Install mongodb on your local machine

  • Install nodejs on your local machine

  • Fork/Download the project for your local machine

  • Enter on the terminal window and go to the path where you forked this app.

  • Run: npm install this will install all the dependencies needed to run the project.

  • Test the application accessing: (http://localhost:3000)

About

Simple blog using node js and mongodb.


Languages

Language:JavaScript 93.5%Language:CSS 6.5%