@shyann
To start CouchDB from the command line, you can use the following commands:
- Open a terminal window.
- Navigate to the directory where CouchDB is installed. This is typically /opt/couchdb or /etc/couchdb.
- Run the following command to start CouchDB:
sudo couchdb
- CouchDB should now be running and you can access it through a web browser by navigating to http://localhost:5984/_utils/
Note: You may need to adjust the command depending on your operating system and installation method.