Setting Up akto in Local Machine

I find the Akto open-source project intriguing and innovative, and I would love to contribute to it. However, I’m currently stuck while trying to set it up on my local machine without docker. Could you please guide me on where to get help with this? If you can assist me, I would greatly appreciate it.

This is the error it is giving:

cmd:

Hi @imanshu822 thank you for giving Akto a try. The error is due to Akto dashboard not able to connect to MongoDb.

You will have to start a MongoDB server on port 27019 (follow this link to start MongoDB). By default Mongo starts on port 27017 but from your logs it seems you are using port 27019. So either you change the default port of your MongoDB to 27019 or export AKTO_MONGO_CONN variable to use localhost:27017.