Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 334 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 334 Bytes

hello-mongo

My first MongoDB-based web service

This is a simple RESTful web service that stores its data in a MongoDB database. It allows the client to perform CRUD operations on a list of servers.

The servers can be managed from an Ember.js-based web interface. See hello-ember.