This is a CRUD application that lets you read, view, edit and delete blogs. The purpose of this web application was to practice building a custom REST-ful API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone this project to your local machine
- On the terminal type in the command "mongd" to start the mongo daemon (mongod)
- On the terminal travel to your folder where this project resides and type in the command "node app.js"
- On your browser go type in "localhost:300" and Wallah welcome to RESTful-blog
Here's a walkthrough
GIF created with LiceCap.
What things you need to install the software and how to install them
- Make sure you have node installed globally in your local machine
- Make sure you have mongo globally in your local machine
- EJS - The web template used
- Node.js / Express.js - Server framework used
- Mongodb - Database management used
- Sparky Evangelista - Initial work - (https://github.com/Sparkadelic177)