ayushagg31 / Trellis

A simplified Trello clone built with React, Redux, Node, Express and MongoDB.
https://trellis-app.herokuapp.com
GNU General Public License v3.0
127 stars 54 forks source link

Problem in logging in #39

Closed harsh599 closed 3 years ago

harsh599 commented 3 years ago

image Please help errors are shown in console I have provided the unsplash api key.

github-actions[bot] commented 3 years ago

Hola! @harsh599 🥳, You just created an Issue!🌟 Thanks for the contribution.

ayushagg31 commented 3 years ago

can you share the steps you followed to launch the website?

harsh599 commented 3 years ago

I followed all steps you mentioned. I think I have some difficulty at point 3. & 4. At point 3 I have mentioned the unsplash api key image and at step 4 i didnt get how to accomplish it kindly help

ayushagg31 commented 3 years ago

You don't really need Unsplash API key, if you are not working on issue related to images. In order to launch the project you only need to create dev.env file inside config folder. Add below text in there -

PORT=1313 // your server port
DATABASE_URL="MongoDB Connection String" // mention your monogoDB string
JWT_SECRET="YOUR JWT TOKEN"  // mention your sample JWT token
NODE_ENV=development

Let me know if you're still facing any issues.