I have modified the database.config.js file with this
development: { username: '', password: '', host: 'localhost', port: '27017', dbName: 'nodebeatsDb' }
Now a new db gets created named nodebeatsDb and upto that everything seems fine.
Then Start admin (npm run start:admin)
Now no username-password combination in the whole project works here. How to continue from here.
Please help me.
I have modified the database.config.js file with this
development: { username: '', password: '', host: 'localhost', port: '27017', dbName: 'nodebeatsDb' }Now a new db gets created named nodebeatsDb and upto that everything seems fine.
Then Start admin (npm run start:admin)
Now no username-password combination in the whole project works here. How to continue from here.
Please help me.