Hi,
Thanks for making this project open source. I really think this can catch on big time if improved and developed further.
I tried this project a couple of times, but started to loose motivation after jumping hoops trying to get it running.
First thing we need to some more documentation in Readme.md about how to get started.
We need to mention that one has to run npm install.
and eventually node server.js
Stating stuff like required things: like mongodb...
Some instructions/commands on what to do on a fresh installation mongodb to get things going. Like how to create a user and db and assign privileges.
All in all I am finding myself stuck with some authentication issue in mongodb. It would be awesome if I could get this running locally.
It would also help to have an overview information about the technical details of the project. For instance, I don't know for what exactly are we using a database for?
Hi,
Thanks for making this project open source. I really think this can catch on big time if improved and developed further.
I tried this project a couple of times, but started to loose motivation after jumping hoops trying to get it running.
First thing we need to some more documentation in Readme.md about how to get started.
We need to mention that one has to run
npm install.and eventually
node server.jsStating stuff like required things: like mongodb...
Some instructions/commands on what to do on a fresh installation mongodb to get things going. Like how to create a user and db and assign privileges.
All in all I am finding myself stuck with some authentication issue in mongodb. It would be awesome if I could get this running locally.
It would also help to have an overview information about the technical details of the project. For instance, I don't know for what exactly are we using a database for?