yDgunz / gunswap

Javascript Siteswap Animator
29 stars 4 forks source link

Missing docs for developing/hacking #29

Open robinrosenstock opened 6 years ago

robinrosenstock commented 6 years ago

Would be nice to have some info in the readme how to hack this. For example how to start the local server, what are the dependencies, which commands to execute?

robinrosenstock commented 6 years ago

Although it connects to my database (localhost:27017) with the command sudo mongod and node server.js, it does not create any databases or collections inside it and the register and login screens are also not working. How to handle databases with gunswap?