Project intended to be a simple blog. On it we will be able to register a post, list posts, remove posts and update posts.
To get knowledge on the technologies used on the project.
ALWAYS CREATE YOUR OWN FORK. NEVER PUSH TO MAIN REPO!!!
Clone the git repo - https://github.com/LeonardoGomesRibeiro/NodeJsBlog.git
- or download it
- Post CRUD (under dev)
Using Aptana Studio 3 IDE to develop
1 - Install mongodb on your local machine
2 - Install nodejs on your local machine
3 - Fork/Download the project for your local machine
4 - Enter on the terminal window and go to the path where you forked this app.
5 - Run: npm install
this will install all the dependencies needed to run the project.
6 - Test the application accessing: (http://localhost:3000)