Go to file
Daniela Arcese 42be528c90 return 200 from server on successful delete 2017-06-08 17:38:00 -04:00
frontend/src format 2017-06-08 16:11:28 -04:00
public add drag and drop and delete confirmation 2017-06-08 16:05:47 -04:00
server return 200 from server on successful delete 2017-06-08 17:38:00 -04:00
static naming improvements, stopped storing files by name on server 2017-05-30 16:34:00 -07:00
views add drag and drop and delete confirmation 2017-06-08 16:05:47 -04:00
.gitignore incremental upload refactor 2017-06-01 21:59:58 -07:00
README.md new branch 2017-05-30 09:24:16 -07:00
package-lock.json using handlebars templating engine, refactored server code and storage code 2017-06-07 16:16:38 -07:00
package.json using handlebars templating engine, refactored server code and storage code 2017-06-07 16:16:38 -07:00

README.md

  • Install the redis server if not installed.
  • To run the project, make sure you have a redis server running locally: redis-server /usr/local/etc/redis.conf
  • Follow instructions inside the console on the browser.