Before I ask my question I would like to say thank you and also say sorry if this question is too simple or wrong for stack overflow but I really need some help.
Question:
I am using couchDB for the first time. I have created a registration form using HTML / AngularJS / Javascript now what I want to do is that a user can register and then login to view their personal information (i.e name, email, password) nobody can see that information expect the person to whom the account belongs to.
How do I create this in couchDB. How do I create/register users in couchDB and what is purpose of the already in-built "_users" database within couchDB, is the "_users" database where I create my users?
Again I apologise if I have given some wrong information or if this is not the right way of asking the question here but I kinda need some help. So please try to answer.
If you can provide with some basic sample code that would be helpful.
Thank you.