Hide password when typing(make it astericks) signup feature Add login and logout put api for ratings ggwp
mongodb shell command:mongosh "mongodb+srv://manishcluster.71tedsw.mongodb.net/" --apiVersion 1 --username manishbatchu password:Q7h5KtERcGZdfJ4E
show dbs : to get all dbs use :to use the wanted db show collections: to get all the collections in a database db.<collection_name>.find() :to get the data in a collection db.createCollection(<your_collection_name>):to create a collection in a db db.<your_collection_name>.insertOne({"gg":"wp"}) : to create a document in a collection db.<your_collection_name>.drop() : to delete a collection
get restaurants based on restaurant or menuitem