Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 555 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 555 Bytes

crud-meteor

A basic web-app to demonstrate crud functionality using meteor.

Functionality:

  1. Form to submit information to minimongo database.
  2. List to display the entries in the minimongo database.
  3. Delete single entry.
  4. Update single entry.

Completed:

Form to submit information to minimongo database.

List to display the entries in the minimongo database.

To do:

Delete single entry. Update single entry.

Installation Usages

git clone https://github.com/bhavikbhavsar/crud-meteor.git

cd crud-meteor

meteor