rajayush012 / sahitya

Sahitya is a Node.js based web app, which serves as GitHub for authors.
5 stars 6 forks source link

Add Mongo Atlas account creation process and key.js in README.md #19

Closed rajayush012 closed 3 years ago

rajayush012 commented 3 years ago

In the readme, add how to create Mongo Atlas Account for MongoURI generation. Also, one has to create 'keys.js' be in root folder with the content:

module.exports = {
    mongoURI: "<your-mongo-uri>",
 };

So, add this step too.

savanipoojan78 commented 3 years ago

could u assign this task to me

rajayush012 commented 3 years ago

Go ahead @savanipoojan78

Read the contributing guidelines before making raising your PR