/restful-bookmarks-nodejs

Bookmarks webapp example using Angular.js <- REST JSON -> Node.js

Primary LanguageJavaScript

RESTful Bookmarks Node.js

Basic example of bookmarks application, which uses Angular.js, Bootstrap and Express.js backend running on top of Node.js.

The main purpose of this project was show communication between Angular.js and Node.js backend through REST JSON data.

  • TODO: review frontend and backend code

Prerequisites

Installation Guide

Enter the following commands in the terminal

git clone https://github.com/erkobridee/restful-bookmarks-nodejs.git
cd restful-bookmarks-nodejs
npm install

Commands

  • Run application

npm start or node server

REST resources

bookmark resource

License