All Projects → itswadesh → simple-restful-api-angularjs

itswadesh / simple-restful-api-angularjs

Licence: other
A simple RestAPI which interacts with AngularJS web application

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to simple-restful-api-angularjs

ng-webcam
ngWebcam is an AngularJS directive for capturing images from your computer's camera, and delivering then to you as data uri.
Stars: ✭ 14 (-6.67%)
Mutual labels:  angularjs
spring-boot-security-oauth2-google
Microservice using OAuth 2.0 and OpenID Connect to authenticate into Google and get information to a user.
Stars: ✭ 75 (+400%)
Mutual labels:  angularjs
encore-ui
UI Framework for Encore
Stars: ✭ 49 (+226.67%)
Mutual labels:  angularjs
manager
OVHcloud Control Panel
Stars: ✭ 153 (+920%)
Mutual labels:  angularjs
angulareact
A way to seamlessly integrate React and AngularJS
Stars: ✭ 17 (+13.33%)
Mutual labels:  angularjs
Mobile.UP
Mobile.UP
Stars: ✭ 13 (-13.33%)
Mutual labels:  angularjs
symfony-angular-todomvc
An implementation of TodoMVC using AngularJS and Symfony REST Edition
Stars: ✭ 94 (+526.67%)
Mutual labels:  angularjs
newcomer
前端新人培训
Stars: ✭ 25 (+66.67%)
Mutual labels:  angularjs
materialdrive
Google Drive with Angular Material
Stars: ✭ 43 (+186.67%)
Mutual labels:  angularjs
goodmodule
JavaScript tips (ES6, CSS, Benchmarks, React, Redux, ...)
Stars: ✭ 31 (+106.67%)
Mutual labels:  angularjs
schema.tl
📜 Easy-to-use TL-Schema viewer
Stars: ✭ 55 (+266.67%)
Mutual labels:  angularjs
angularjs-jest
Testing AngularJS applications with Jest
Stars: ✭ 24 (+60%)
Mutual labels:  angularjs
ovh-manager-web
OVH Control Panel Web UI — Official Repository
Stars: ✭ 61 (+306.67%)
Mutual labels:  angularjs
pretty-resume
Generate a pretty resume! Templates based on salomonelli/best-resume-ever.
Stars: ✭ 41 (+173.33%)
Mutual labels:  angularjs
angularjs-php-mysql-crud
ANGULARJS PHP MySQL CRUD With Pagination
Stars: ✭ 14 (-6.67%)
Mutual labels:  angularjs
ng-highcharts
Angular Directive for Highcharts
Stars: ✭ 12 (-20%)
Mutual labels:  angularjs
frontend-test
Teste para Frontend na DevPartner
Stars: ✭ 18 (+20%)
Mutual labels:  angularjs
angular-footballdata-api-factory
AngularJS Factory for the football-data.org JSON REST API
Stars: ✭ 48 (+220%)
Mutual labels:  angularjs
bs-table
BsTable is an AngularJS directive that adds tfoot tag with pagination and page size selection to your table and watches changes on your collection in ng-repeat attribute.
Stars: ✭ 42 (+180%)
Mutual labels:  angularjs
awesome-interface
AngularJS SPA interface for awesome lists. Awesome lists parsed using python.
Stars: ✭ 25 (+66.67%)
Mutual labels:  angularjs

Creating ReSTful API using NodeJS and consuming in AngularJS

Create simple ReST API using NodeJS, MongoDB and consuming in a application created with AngularJS.

The full tutorial can be foud @ http://angularcode.com/creating-rest-api-using-nodejs-and-consuming-in-angularjs/

Requirements

Install the following 2 softwares

Install

To start the application, run the following 2 commands in your terminal (command prompt). Prefix sudo if working in linux machine

Start mongodb

Windows browse into your mongodb installation folder and into the bin directory Run mongod.exe

C:\Program Files\MongoDB 2.6 Standard\bin\mongod.exe

linux ./mongod

  • npm install
  • node server

Open your browser and point to http://localhost:3000

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].