Kickass TODO application

Install

  1. Be sure you have MongoDB and Node.js installed.
  2. Check if MongoDB is running (run mongo), if not run mongod (you can change default server params in ./server/config.json)
  3. Run yarn install && yarn build && yarn dev.
  4. Go to http://localhost:3000/
  5. Enjoy!

Testing

Stop yarn devrun yarn test