pajoa / pajoa-the-chimp

A note taking and reminder platform
9 stars 1 forks source link

creds.json not found #63

Open guipsamora opened 8 years ago

guipsamora commented 8 years ago

When I run node app it throws an error saying it could not found the ./creds.json file.

What should I do??

Thanks a lot!

Neats29 commented 8 years ago

creds.json is a file that is gitignored as it contains confidential information such as our google auth and local db keys, passwords etc. I can push a template creds.json file up so you can see the format but to be able to run the app locally, you would need to set up your own local db and have google auth keys etc. Are you trying to work on this for learning purposes or for another reason?

guipsamora commented 8 years ago

Hi Anita,

Awesome, just let me know when it is online! Yeah, I want to use it as a tool for learning new things.

Thanks! :)

Guilherme Samora

On Wed, Feb 24, 2016 at 10:55 AM, Anita notifications@github.com wrote:

creds.json is a file that is gitignored as it contains confidential information such as our google auth and local db keys, passwords etc. I can push a template creds.json file up so you can see the format but to be able to run the app locally, you would need to set up your own local db and have google auth keys etc. Are you trying to work on this for learning purposes or for another reason?

— Reply to this email directly or view it on GitHub https://github.com/pajoa/pajoa-the-chimp/issues/63#issuecomment-188265144 .