Angular JS CRUD App - Part 2

In this post we are going to create a Data base to handle Crud operations . For this i am going to use following rest service
http://rest.learncode.academy/

Step 1 : Create a database with any preferred name .

For this tutorial i am going to create a database with a name of my Friends .

How to create a database in http://rest.learncode.academy/ ?

Step 1 : open http://rest.learncode.academy/

Step 2 . Open debugging tool in that browser by pressing f12 on your keypad . You should get the screen similar to the following .


Step : In http://rest.learncode.academy/ go to "get a collection : " options and copy the code . it should look like the follows .

Step 3 : Paste the copied code in console in debugging tool . Change the database name to johnbob to myFriends . Refer the following the screen shot for the same .


 After copy and paste the code just press enter . Your database is ready to use .
Now in our coming example i will show you how to create a simple HTML form and capture the information from UI and posting it to the data base . If you want to get notified for my upcoming blog post you can subscribe for this blog .

Comments